about summary refs log tree commit diff stats
path: root/ntranslate
Commit message (Collapse)AuthorAgeFilesLines
* 5851Kartik Agaram2020-01-011-53/+0
| | | | | | | | | | | | Rename a few scripts to be more consistent. I'm also starting to feel the urge to bud off `subx run` into its own program, say tools/emulate_x86. It doesn't really rely on the SubX notation at all. And then I could rename `subx translate` to `translate_subx_bootstrap`. Only problem: the commands in the Readme get verbose. But the Readme is gonna need surgery soon anyway to put translate_mu front and center.
* 5753Kartik Agaram2019-11-181-3/+16
| | | | | | | | | Binaries are now identical again. There's a little hack here that we should clean up at some point. But it requires more thought. Ordering compiler phases is hard. So far we're only at the start of the slippery slope into that abyss.
* 5680Kartik Agaram2019-09-201-1/+3
| | | | Include braces.subx in translation by default.
* 5636Kartik Agaram2019-09-071-1/+1
|
* 5635Kartik Agaram2019-09-071-5/+9
|
* 5631 - syntax for calls starting to work!Kartik Agaram2019-09-061-1/+3
| | | | Now added to CI.
* 5619Kartik Agaram2019-09-041-0/+2
|
* 5594 - rename 'desugar' to 'sigils'Kartik Agaram2019-08-311-2/+2
| | | | There's going to be multiple forms of syntax sugar going forward.
* 5588 - always include desugar in buildKartik Agaram2019-08-251-1/+3
|
* 5587Kartik Agaram2019-08-251-6/+0
| | | | No need for progress reports on ntranslate; it runs pretty fast.
* 5585Kartik Agaram2019-08-251-5/+6
|
* 5584Kartik Agaram2019-08-251-1/+1
| | | | | Forgot to switch the knob when fixing the merge conflict between commits 5512 and 1a7b15aa3d.
* 5512 - don't rebuild apps by defaultKartik Agaram2019-08-141-1/+1
| | | | | We basically only want to rebuild phases of the self-hosted translator when we run the self-hosted translator.
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+33