| class CS |
|---|
| **** | The Sather 1.1 compiler. |
| attr only_parse:BOOL; |
|---|
| **** | Stop after parsing |
| attr only_reachable:BOOL; |
|---|
| **** | Don't check unreachable code |
| attr only_parse:BOOL; |
|---|
| **** | Stop after parsing |
| attr only_reachable:BOOL; |
|---|
| **** | Don't check unreachable code |
| main(a:ARRAY{STR}):INT |
|---|
| **** | Compile a program. Here we go... |