about summary refs log tree commit diff stats
path: root/subx/022transform_immediate.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4350Kartik Agaram2018-07-151-78/+108
| | | | | | | 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.
* 4338 - preliminary support for data segmentsKartik Agaram2018-07-101-0/+11
|
* 4337Kartik Agaram2018-07-101-8/+20
| | | | | | | | Return to the usual whitespace-skipping istreams. No need to go beyond word-based parsing. This exercise reinforces the amount of duplication between load_program() and transform_immediate().
* 4305Kartik Agaram2018-07-011-0/+4
|
* 4303 - subx: first real transformKartik Agaram2018-07-011-4/+64
| | | | We'll see if this is useful. Mostly just stretching our legs.
* 4302 - a more elaborate pass-through phaseKartik Agaram2018-06-301-3/+34
| | | | Starting to work out the skeleton every phase needs to have.
* 4301 - confirm that translation framework worksKartik Agaram2018-06-301-0/+8
All tests continue to pass after a trivial translation phase.