class CS
****
The Sather 1.1 compiler.


Flattened version is here



Public


Readable Attributes
attr only_parse:BOOL;
**** Stop after parsing
attr only_reachable:BOOL;
**** Don't check unreachable code

Writable Attributes
attr only_parse:BOOL;
**** Stop after parsing
attr only_reachable:BOOL;
**** Don't check unreachable code

Features
main(a:ARRAY{STR}):INT
**** Compile a program. Here we go...