2004-03-21
@tundra
Updated API call to use correct Debug variable name.
tundra committed on 21 Mar 2004
@tundra
Changed command line processing to allow options appear anywhere. ...
tundra committed on 21 Mar 2004
@tundra
Added literals and API changes to support Literal line processing. ...
tundra committed on 21 Mar 2004
@tundra
Correct definition of returned symbol table.
tundra committed on 21 Mar 2004
@tundra
Added information on Variable Descriptor objects.
tundra committed on 21 Mar 2004
@tundra
Just an API spec for now. ...
tundra committed on 21 Mar 2004
2004-03-20
@tundra
Added second example of user-defined derived variable descriptor to ...
tundra committed on 20 Mar 2004
@tundra
Added user defined descriptor class derived from the base found in ...
tundra committed on 20 Mar 2004
2004-03-19
@tundra
Implemented logic for variable assignment.
tundra committed on 19 Mar 2004
@tundra
Changed name of symbol table dumping function for clarity since it now ...
tundra committed on 19 Mar 2004
@tundra
Further cleanup of symbol table output formatting.
tundra committed on 19 Mar 2004
@tundra
Cleaned up and formatted output of symbol table descriptor.
tundra committed on 19 Mar 2004
@tundra
Retooled the test driver to make use of a descriptor object rather ...
tundra committed on 19 Mar 2004
@tundra
Implemented variable descriptor as an object rather than a list for ...
tundra committed on 19 Mar 2004
@tundra
Cleaned up file open error reporting for consistent format with other ...
tundra committed on 19 Mar 2004
@tundra
Added ability to use environment variable references throughout.
tundra committed on 19 Mar 2004
@tundra
Cleaned up and simplified error detection and reporting. ...
tundra committed on 19 Mar 2004
2004-03-16
@tundra
Restructured the error/warning/debug message reporting logic ...
tundra committed on 16 Mar 2004
2004-03-15
@tundra
Corrected logic to check for extraneous text on IFALL, IFANY, IFNONE lines. ...
tundra committed on 15 Mar 2004
2004-03-14
@tundra
Changed existential conditionals to be IFALL, IFANY, IFNONE. ...
tundra committed on 14 Mar 2004
@tundra
Changed debug statement regarding non-included lines clearer.
tundra committed on 14 Mar 2004
@tundra
Cleaned up error messages. ...
tundra committed on 14 Mar 2004
@tundra
Implemented .ifnot logic. ...
tundra committed on 14 Mar 2004
@tundra
Removed references to return code in the API. ...
tundra committed on 14 Mar 2004
@tundra
Completed logic for existential conditional and final .endif counts. ...
tundra committed on 14 Mar 2004
2004-03-13
@tundra
Expanded DerefVar() to properly replace all variable references. ...
tundra committed on 13 Mar 2004
@tundra
Consolidated the builtins into the master symbol table. ...
tundra committed on 13 Mar 2004
@tundra
Changed initialization of symbol table to reflect removal of ISBUILTIN flag.
tundra committed on 13 Mar 2004
@tundra
Added setup to pass symbols into the parser when called. ...
tundra committed on 13 Mar 2004
2004-03-12
@tundra
Minor change to Usage string.
tundra committed on 12 Mar 2004