about summary refs log tree commit diff stats
path: root/subx/Readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 4623Kartik Agaram2018-09-301-73/+89
|
* 4529 - move examples to a sub-directoryKartik Agaram2018-09-011-11/+10
|
* 4506Kartik Agaram2018-08-121-2/+2
|
* 4462Kartik Agaram2018-07-301-4/+4
| | | | The teensy/ examples have outlived their usefulness, I think.
* 4448Kartik Agaram2018-07-271-4/+56
|
* 4433Kartik Agaram2018-07-271-3/+3
|
* Update dependency in ReadmeMax Bernstein2018-07-251-2/+2
|
* 4396Kartik Agaram2018-07-241-2/+14
| | | | | | Fix ex4 binary, which has been corrupted in the repo since commit 4356. In this time it hasn't changed further. The correct version added here is also the file that should have been committed then.
* 4382Kartik Agaram2018-07-201-0/+5
|
* 4374 - starting to use the online help systemKartik Agaram2018-07-201-1/+3
|
* 4370Kartik Agaram2018-07-191-5/+7
|
* 4369Kartik Agaram2018-07-191-5/+5
|
* 4367Kartik Agaram2018-07-181-0/+2
|
* 4353Kartik Agaram2018-07-161-4/+2
|
* 4351Kartik Agaram2018-07-161-0/+15
|
* 4348Kartik Agaram2018-07-151-1/+2
|
* 4346Kartik Agaram2018-07-151-0/+4
|
* 4345Kartik Agaram2018-07-151-21/+57
|
* 4319Kartik Agaram2018-07-071-1/+1
|
* 4076Kartik K. Agaram2017-10-161-1/+1
|
* 4075Kartik K. Agaram2017-10-161-3/+4
|
* 4074Kartik K. Agaram2017-10-161-6/+10
|
* 4073Kartik K. Agaram2017-10-161-4/+7
|
* 4070Kartik K. Agaram2017-10-151-0/+11
|
* 4060 - subx: correct stale ReadmeKartik K. Agaram2017-10-131-7/+1
|
* 4012Kartik K. Agaram2017-10-101-0/+6
|
* 4011 - start of sub-x86 VMKartik K. Agaram2017-10-091-1/+13
|
* 3968Kartik K. Agaram2017-07-111-0/+2
|
* 3930 - experimental bytecode interpreterKartik K. Agaram2017-06-191-0/+1