User Tools

Site Tools


formats:zax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
formats:zax [2009-11-08 23:41] edheldilformats:zax [2010-10-17 21:51] (current) edheldil
Line 1: Line 1:
 ==== CObject Text File ==== ==== CObject Text File ====
 +
 +Most of the text data files in Lionheart are text dumps of classes. They are the same general format, so this page should suffice to describe them all.
  
 ==== Purpose: ==== ==== Purpose: ====
Line 41: Line 43:
   digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;   digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;
   whitespace = " " | "\t" ;   whitespace = " " | "\t" ;
-  printable = "\041" .. "\176"(* this is not EBNF, but what the heck *) +   
-  keychar = "\041" .. "\074" | "\076" .. "\176" ; (* probably some other chars except "=" are banned as well *) +  (* meaning of these is hopefully clear *) 
-  letter = "A" .. "Z" | "a" .. "z"+  printable = "\041" .. "\176" ;  
 +  keychar = "\041" .. "\074" "\076" .. "\176" ; (* probably some other chars except "=" are banned as well *) 
 +  letter = "A" .. "Z" "a" .. "z" ? ;
  
 ==== Classes ==== ==== Classes ====
 Activities/AIs, Actions, ... Activities/AIs, Actions, ...
  
formats/zax.txt · Last modified: 2010-10-17 21:51 by edheldil