Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Kartik Agaram | 2019-07-08 | 1 | -5/+5 |
| | |||||
* | preserve truthiness of non-booleans | Kartik Agaram | 2019-07-08 | 5 | -12/+12 |
| | | | | | Everywhere we check if something is true, we check it by comparing against 0, not 1. | ||||
* | . | Kartik Agaram | 2019-07-08 | 4 | -6/+16 |
| | | | | style tweaks | ||||
* | . | Kartik Agaram | 2019-07-08 | 2 | -42/+5 |
| | | | | DRY out compute-width and compute-width-from-slice. | ||||
* | . | Kartik Agaram | 2019-07-08 | 1 | -60/+60 |
| | | | | move a function around | ||||
* | . | Kartik Agaram | 2019-07-08 | 1 | -15/+0 |
| | | | | Delete some empty lines. | ||||
* | build `num-bytes` | Kartik Agaram | 2019-07-07 | 3 | -2/+565 |
| | |||||
* | . | Kartik Agaram | 2019-07-07 | 4 | -246/+246 |
| | | | | reorg in subx-common.subx | ||||
* | move `is-label?` to `subx-common` | Kartik Agaram | 2019-07-07 | 11 | -83/+83 |
| | |||||
* | made first compute-offset test pass | nc | 2019-07-07 | 3 | -27/+76 |
| | |||||
* | remove segfaults in survey.subx | nc | 2019-07-07 | 1 | -8/+8 |
| | |||||
* | new failing test: emit-segments | Kartik Agaram | 2019-07-07 | 2 | -1/+254 |
| | | | | Now the only piece I plan to not write tests for is emit-headers. | ||||
* | . | Kartik Agaram | 2019-07-07 | 1 | -7/+8 |
| | |||||
* | move phase 3 out of helpers | Kartik Agaram | 2019-07-07 | 1 | -117/+117 |
| | |||||
* | cleanup in compute-offset and fix bug in compute-width | nc | 2019-07-07 | 2 | -27/+13 |
| | |||||
* | more progress in compute-offset | nc | 2019-07-04 | 2 | -30/+59 |
| | |||||
* | implement segment section in compute-offsets | nc | 2019-07-04 | 1 | -3/+112 |
| | |||||
* | . | Kartik Agaram | 2019-07-04 | 2 | -2/+2 |
| | | | | | | Fix a couple of syntax errors. survey.subx still failing tests. | ||||
* | Merge branch 'master' into survey | Kartik Agaram | 2019-07-03 | 89 | -12523/+16406 |
|\ | | | | | | | | | | | High time we pulled in the final changes to dquotes. In the process we fix one recently introduced duplicate symbol. | ||||
| * | 5226 | Kartik Agaram | 2019-05-27 | 1 | -3/+4 |
| | | |||||
| * | 5225 | Kartik Agaram | 2019-05-27 | 1 | -9/+9 |
| | | |||||
| * | 5224 | Kartik Agaram | 2019-05-27 | 1 | -1/+2 |
| | | |||||
| * | 5223 | Kartik Agaram | 2019-05-25 | 1 | -3/+3 |
| | | |||||
| * | 5222 | Kartik Agaram | 2019-05-22 | 1 | -2/+2 |
| | | | | | | | | Fix CI for a real, restricted /bin/sh. | ||||
| * | 5221 | Kartik Agaram | 2019-05-22 | 2 | -172/+195 |
| | | | | | | | | Explore using a second register for pointer dereferencing. | ||||
| * | 5220 | Kartik Agaram | 2019-05-22 | 11 | -370/+386 |
| | | |||||
| * | 5219 | Kartik Agaram | 2019-05-22 | 3 | -12/+32 |
| | | | | | | | | | | After fixing bugs, checking alloc_ids now requires 9 instructions rather than 6. | ||||
| * | 5218 | Kartik Agaram | 2019-05-22 | 17 | -9/+9 |
| | | |||||
| * | 5217 | Kartik Agaram | 2019-05-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Couple of typos in handle.subx. We didn't notice because a missing /r32 field gets turned into 0/EAX anyway, and because ECX happens to have the same value as EAX in the specific test caller. But it's still not running as expected, now that I'm looking closely. | ||||
| * | 5216 | Kartik Agaram | 2019-05-22 | 2 | -166/+168 |
| | | |||||
| * | 5215 | Kartik Agaram | 2019-05-20 | 1 | -0/+2 |
| | | |||||
| * | 5214 - update app code stats | Kartik Agaram | 2019-05-20 | 1 | -4/+9 |
| | | |||||
| * | 5213 | Kartik Agaram | 2019-05-20 | 2 | -2/+2 |
| | | |||||
| * | 5212 | Kartik Agaram | 2019-05-20 | 1 | -1/+1 |
| | | |||||
| * | 5211 | Kartik Agaram | 2019-05-20 | 67 | -12192/+15345 |
| | | | | | | | | Update syntax-highlighted renderings after a _long_ time. | ||||
| * | SubX in SubX: done with dquotes phase | Kartik Agaram | 2019-05-20 | 1 | -0/+10 |
| | | | | | | | | Add the new binary to CI. | ||||
| * | Merge branch 'dquotes-3' | Kartik Agaram | 2019-05-20 | 3 | -181/+831 |
| |\ | |||||
| | * | clean up a redundant primitive | Kartik Agaram | 2019-05-20 | 2 | -84/+4 |
| | | | |||||
| | * | . | Kartik Agaram | 2019-05-20 | 2 | -6/+6 |
| | | | |||||
| | * | dquotes now done | Kartik Agaram | 2019-05-20 | 2 | -41/+162 |
| | | | | | | | | | | | | | | | We need yet another helper for computing the lengths of strings, while checking for escape sequences. | ||||
| | * | standardize the loop in skip-string-in-slice | Kartik Agaram | 2019-05-20 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | We're going to be cloning it for the length computation. Anytime we do something non-standard it's invariably short-lived. | ||||
| | * | support string literals in emit-string-literal-data | Kartik Agaram | 2019-05-20 | 2 | -11/+19 |
| | | | | | | | | | | | | As expected, almost all tests now passing. | ||||
| | * | . | Kartik Agaram | 2019-05-20 | 1 | -0/+1 |
| | | | |||||
| | * | support string literals in emit-metadata | Kartik Agaram | 2019-05-20 | 2 | -10/+31 |
| | | | |||||
| | * | move local variable up following conventions | Kartik Agaram | 2019-05-19 | 2 | -6/+11 |
| | | | | | | | | | | | | | | | More importantly, don't mix reclaiming locals with discarding args after a call. | ||||
| | * | convention: source arg in ESI | Kartik Agaram | 2019-05-19 | 2 | -8/+15 |
| | | | | | | | | | | | | I _think_ we'll need to use it below. But may be wrong. | ||||
| | * | handle words with just metadata | Kartik Agaram | 2019-05-19 | 2 | -3/+66 |
| | | | | | | | | | | | | | | | Kind of a pathological case, but makes our loop follow a standard format, and provides some error checking at low cost. | ||||
| | * | minor style tweaks for emit-metadata | Kartik Agaram | 2019-05-19 | 2 | -40/+27 |
| | | | |||||
| | * | minor style cleanup | Kartik Agaram | 2019-05-18 | 1 | -20/+7 |
| | | | |||||
| | * | skip-string: fix a bug in computing in->read | Kartik Agaram | 2019-05-18 | 2 | -4/+48 |
| | | | | | | | | | | | | I was missing a test to catch this. |