Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4409 | Kartik Agaram | 2018-07-25 | 1 | -9/+25 |
| | | | | | | Word-wrap online help. Fixes #8. | ||||
* | 4398 | Kartik Agaram | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | 4395 | Kartik Agaram | 2018-07-24 | 1 | -0/+3 |
| | |||||
* | 4383 | Kartik Agaram | 2018-07-20 | 1 | -23/+3 |
| | | | | Make room for including multibyte opcodes in the opcode list. | ||||
* | 4379 | Kartik Agaram | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | 4377 | Kartik Agaram | 2018-07-20 | 1 | -2/+3 |
| | |||||
* | 4376 - subx: online help includes supported opcodes | Kartik Agaram | 2018-07-20 | 1 | -0/+23 |
| | |||||
* | 4375 | Kartik Agaram | 2018-07-20 | 1 | -0/+15 |
| | |||||
* | 4372 | Kartik Agaram | 2018-07-20 | 1 | -2/+5 |
| | | | | Don't refer to program internals before showing its data structures. | ||||
* | 4350 | Kartik Agaram | 2018-07-15 | 1 | -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. |