about summary refs log tree commit diff stats
path: root/subx/gen
Commit message (Collapse)AuthorAgeFilesLines
* 4997Kartik Agaram2019-03-091-8/+10
|
* 4971 - clean up a few scriptsKartik Agaram2019-02-151-4/+19
| | | | | | | | | | | | | Some of them are no longer useful; drop them. For the rest, have useful usage messages. And also be a little more principled in where we introduce CFLAGS, and where we expect it to come in from the commandline. I'm choosing not to call gen/run/dgen/drun from test_layers because it makes test_layers harder for newcomers to read. The scripts aren't the first thing people should see, they're just useful once you're up and running hacking on SubX.
* 4726Kartik Agaram2018-10-271-2/+2
|
* 4725 - back to porting the Crenshaw compilerKartik Agaram2018-10-261-1/+1
|
* 4638 - extract some common libraries from appsKartik Agaram2018-10-011-1/+1
| | | | | | | I'm still trying to figure out what the defaults should be. At the moment you have to explicitly pass in every file you want loaded into the output binary. Maybe that control is a good thing. The examples need no libraries so far.
* 4624Kartik Agaram2018-09-301-2/+2
| | | | | | | | Start requiring a '-o' flag to designate the output binary when translating. Things currently get funky if you pass in multiple inputs, but that's ok. This is the first step to supporting multiple input files for a single output binary.
* 4530 - create an apps/ directoryKartik Agaram2018-09-011-1/+7
|
* 4462Kartik Agaram2018-07-301-49/+2
| | | | The teensy/ examples have outlived their usefulness, I think.
* 4321Kartik Agaram2018-07-071-7/+13
| | | | | | | Modify helpers to run either external examples in the subx/teensy/ directory, or my own examples in subx/ directory. Now I have to say `run test5` instead of `run 5`, and so on.
* 4313 - some helpers for managing test binariesKartik Agaram2018-07-061-0/+46
I'm getting sick of hitting the <Tab> key.