Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4959 | Kartik Agaram | 2019-02-13 | 1 | -2/+1 |
| | | | | | It's always seemed ugly to explain the rules for segment names. Let's just always require a fixed name for the code and data segments. | ||||
* | 4944 | Kartik Agaram | 2019-01-30 | 1 | -4/+4 |
| | | | | Improve syntax highlighting in the Readme. | ||||
* | 4943 | Kartik Agaram | 2019-01-30 | 1 | -2/+2 |
| | |||||
* | 4925 | Kartik Agaram | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | 4915 | Kartik Agaram | 2019-01-08 | 1 | -0/+6 |
| | | | | | | In the process of building next-token I finally added some support for a debugging situation I've found myself in a couple of times: wondering "what changed this memory location"? | ||||
* | 4873 | Kartik Agaram | 2018-12-20 | 1 | -5/+11 |
| | |||||
* | 4866 | Kartik Agaram | 2018-12-10 | 1 | -6/+6 |
| | |||||
* | 4858 - debugging tips | Kartik Agaram | 2018-12-08 | 1 | -0/+103 |
| | |||||
* | 4825 | Kartik Agaram | 2018-12-03 | 1 | -15/+15 |
| | |||||
* | 4795 | Kartik Agaram | 2018-11-28 | 1 | -3/+3 |
| | |||||
* | 4794 | Kartik Agaram | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | 4793 | Kartik Agaram | 2018-11-28 | 1 | -9/+46 |
| | | | | | Experimenting with putting code examples higher up in the Readme. Thanks Pelle Hjek for the feedback: http://arclanguage.org/item?id=20875. | ||||
* | 4791 | Kartik Agaram | 2018-11-27 | 1 | -13/+14 |
| | |||||
* | 4789 | Kartik Agaram | 2018-11-27 | 1 | -4/+4 |
| | |||||
* | 4786 | Kartik Agaram | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | 4785 | Kartik Agaram | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | 4784 | Kartik Agaram | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | 4783 | Kartik Agaram | 2018-11-26 | 1 | -0/+46 |
| | |||||
* | 4781 | Kartik Agaram | 2018-11-26 | 1 | -9/+11 |
| | |||||
* | 4779 | Kartik Agaram | 2018-11-26 | 1 | -54/+95 |
| | |||||
* | 4778 - entirely rewritten Readme | Kartik Agaram | 2018-11-25 | 1 | -133/+264 |
| | |||||
* | 4730 | Kartik Agaram | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | 4727 - commit to better 64-bit support | Kartik Agaram | 2018-10-27 | 1 | -3/+2 |
| | | | | | | | I've started testing more regularly on 64-bit Linux, and I realize that the binaries actually now compare identical even on 64-bit. Why did I ever add that condition to CI? Seems to be working now on Travis. Let's start comparing now and see if the problem happens again. | ||||
* | 4638 - extract some common libraries from apps | Kartik Agaram | 2018-10-01 | 1 | -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. | ||||
* | 4624 | Kartik Agaram | 2018-09-30 | 1 | -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. | ||||
* | 4623 | Kartik Agaram | 2018-09-30 | 1 | -73/+89 |
| | |||||
* | 4529 - move examples to a sub-directory | Kartik Agaram | 2018-09-01 | 1 | -11/+10 |
| | |||||
* | 4506 | Kartik Agaram | 2018-08-12 | 1 | -2/+2 |
| | |||||
* | 4462 | Kartik Agaram | 2018-07-30 | 1 | -4/+4 |
| | | | | The teensy/ examples have outlived their usefulness, I think. | ||||
* | 4448 | Kartik Agaram | 2018-07-27 | 1 | -4/+56 |
| | |||||
* | 4433 | Kartik Agaram | 2018-07-27 | 1 | -3/+3 |
| | |||||
* | Update dependency in Readme | Max Bernstein | 2018-07-25 | 1 | -2/+2 |
| | |||||
* | 4396 | Kartik Agaram | 2018-07-24 | 1 | -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. | ||||
* | 4382 | Kartik Agaram | 2018-07-20 | 1 | -0/+5 |
| | |||||
* | 4374 - starting to use the online help system | Kartik Agaram | 2018-07-20 | 1 | -1/+3 |
| | |||||
* | 4370 | Kartik Agaram | 2018-07-19 | 1 | -5/+7 |
| | |||||
* | 4369 | Kartik Agaram | 2018-07-19 | 1 | -5/+5 |
| | |||||
* | 4367 | Kartik Agaram | 2018-07-18 | 1 | -0/+2 |
| | |||||
* | 4353 | Kartik Agaram | 2018-07-16 | 1 | -4/+2 |
| | |||||
* | 4351 | Kartik Agaram | 2018-07-16 | 1 | -0/+15 |
| | |||||
* | 4348 | Kartik Agaram | 2018-07-15 | 1 | -1/+2 |
| | |||||
* | 4346 | Kartik Agaram | 2018-07-15 | 1 | -0/+4 |
| | |||||
* | 4345 | Kartik Agaram | 2018-07-15 | 1 | -21/+57 |
| | |||||
* | 4319 | Kartik Agaram | 2018-07-07 | 1 | -1/+1 |
| | |||||
* | 4076 | Kartik K. Agaram | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | 4075 | Kartik K. Agaram | 2017-10-16 | 1 | -3/+4 |
| | |||||
* | 4074 | Kartik K. Agaram | 2017-10-16 | 1 | -6/+10 |
| | |||||
* | 4073 | Kartik K. Agaram | 2017-10-16 | 1 | -4/+7 |
| | |||||
* | 4070 | Kartik K. Agaram | 2017-10-15 | 1 | -0/+11 |
| | |||||
* | 4060 - subx: correct stale Readme | Kartik K. Agaram | 2017-10-13 | 1 | -7/+1 |
| |