about summary refs log tree commit diff stats
path: root/translate_mu
Commit message (Collapse)AuthorAgeFilesLines
* 5955 - error messages when translating Mu programsKartik Agaram2020-01-291-1/+1
|
* 5851Kartik Agaram2020-01-011-1/+3
| | | | | | | | | | | | 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.
* 5850 - driver script for translating Mu programsKartik Agaram2020-01-011-0/+7
n77' href='#n77'>77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110