Commit Graph

8 Commits

Author SHA1 Message Date
Kartik Agaram
5f21a5e788 4726 2018-10-27 22:46:23 -07:00
Kartik Agaram
5e5f569c17 4725 - back to porting the Crenshaw compiler 2018-10-26 10:16:02 -07:00
Kartik Agaram
57628c0e44 4638 - extract some common libraries from apps
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.
2018-10-01 12:27:39 -07:00
Kartik Agaram
1dcd9350ce 4624
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.
2018-09-30 23:12:54 -07:00
Kartik Agaram
6ff9ce26e8 4530 - create an apps/ directory 2018-09-01 10:54:20 -07:00
Kartik Agaram
86d8f1f30d 4462
The teensy/ examples have outlived their usefulness, I think.
2018-07-30 20:28:36 -07:00
Kartik Agaram
ebe2bda37b 4321
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.
2018-07-07 10:57:56 -07:00
Kartik Agaram
f0b99910f3 4313 - some helpers for managing test binaries
I'm getting sick of hitting the <Tab> key.
2018-07-06 22:49:55 -07:00