Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5790 | Kartik Agaram | 2019-12-05 | 1 | -2/+2 |
| | | | | | | Standardize conventions for labels within objects in the data segment. We're going to use this in a new tool. | ||||
* | 5770 | Kartik Agaram | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | 5769 - support uppercase hex in SubX | Kartik Agaram | 2019-11-28 | 1 | -8/+12 |
| | |||||
* | 5714 | Kartik Agaram | 2019-10-25 | 1 | -4/+2 |
| | | | | Replace calculations of constants with labels. | ||||
* | 5698 | Kartik Agaram | 2019-10-15 | 1 | -34/+34 |
| | | | | Thanks Andrew Owen for reporting this typo. | ||||
* | 5668 - start reorg to permit syntax sugar in layers | Kartik Agaram | 2019-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Right now we always build the library before any apps. Apps are where our syntax sugar translators (sigils, calls, braces) live. So we can't use sugar in the standard library. New idea: move all code for SubX phases into the top-level. Perhaps we should also just build a single file rather than pipeline stages. But for now we'll build each phase by building up to some specific layer. This will simplify test_apps and move lots of one-off logic to a more standard form in test_layers. I'm also going to reorg existing layers so that we introduce each phase at a point where it mostly only gets the helpers it needs. This commit itself is just cleaning up some common strings. Using explicit names for them streamlines binaries a bit. | ||||
* | 5592 - switch register names to lowercase | Kartik Agaram | 2019-08-26 | 1 | -440/+440 |
| | |||||
* | desugar: parsing seems complete | Kartik Agaram | 2019-08-25 | 1 | -2/+2 |
| | |||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -0/+874 |