Commit Graph

8 Commits

Author SHA1 Message Date
Kartik Agaram 365f762f8f 4431 - operate exclusively in hex
Was confusing having numbers without an explicit base sometimes be hex
and sometimes not, based on their metadata.

By convention I don't bother with the '0x' for instructions, or for
single-digit numbers that are equal to their decimal representation. But
I could and it would still work.
2018-07-26 22:32:57 -07:00
Kartik Agaram 6e51c60c69 4424
Clean up format of example programs.
2018-07-26 12:19:02 -07:00
Kartik Agaram b8cfbdc866 4351 2018-07-16 07:55:07 -07:00
Kartik Agaram 1f56ac6483 4350
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.
2018-07-15 22:59:02 -07:00
Kartik Agaram c90fa6534e 4325 2018-07-07 23:13:25 -07:00
Kartik Agaram 37b3206e49 4320
Fix a few more typos in example programs.
2018-07-07 10:42:38 -07:00
Kartik Agaram 8ee9b7b7bd 4304 2018-07-01 11:25:39 -07:00
Kartik Agaram 863a42d360 4303 - subx: first real transform
We'll see if this is useful. Mostly just stretching our legs.
2018-07-01 00:04:11 -07:00