about summary refs log tree commit diff stats
path: root/063error.subx
Commit message (Collapse)AuthorAgeFilesLines
* 5924Kartik Agaram2020-01-271-1/+1
|
* 5876 - address -> addrKartik Agaram2020-01-031-1/+1
|
* 5804Kartik Agaram2019-12-081-1/+1
| | | | | Try to make the comments consistent with the type system we'll eventually have.
* 5700Kartik Agaram2019-10-171-1/+1
|
* 5698Kartik Agaram2019-10-151-2/+2
| | | | Thanks Andrew Owen for reporting this typo.
* 5668 - start reorg to permit syntax sugar in layersKartik Agaram2019-09-191-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 lowercaseKartik Agaram2019-08-261-12/+12
|
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+50