about summary refs log tree commit diff stats
path: root/subx/011parse.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4398Kartik Agaram2018-07-241-1/+1
|
* 4395Kartik Agaram2018-07-241-0/+3
|
* 4383Kartik Agaram2018-07-201-23/+3
| | | | Make room for including multibyte opcodes in the opcode list.
* 4379Kartik Agaram2018-07-201-1/+1
|
* 4377Kartik Agaram2018-07-201-2/+3
|
* 4376 - subx: online help includes supported opcodesKartik Agaram2018-07-201-0/+23
|
* 4375Kartik Agaram2018-07-201-0/+15
|
* 4372Kartik Agaram2018-07-201-2/+5
| | | | Don't refer to program internals before showing its data structures.
* 4350Kartik Agaram2018-07-151-0/+209
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.