about summary refs log tree commit diff stats
path: root/subx/ex3.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4350Kartik Agaram2018-07-151-0/+1
| | | | | | | Reorganize layers to introduce the translation workflow right at the start. We also avoid duplicating parsing code. Programs are always parsed into the `program` data structure.
* 4325Kartik Agaram2018-07-071-2/+7
|
* 4324 - new example: add first ten numbersKartik Agaram2018-07-071-0/+23
Result has to be small enough to fit in AL so exit() can return it.