about summary refs log tree commit diff stats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* better error message when get abortsKartik Agaram2019-08-1213-9/+13
|
* extract table functions into their own layerKartik Agaram2019-08-115-921/+0
|
* table-based register conversionKartik Agaram2019-08-012-148/+176
| | | | | | | Requires a change to the C++ translator: support string literals in all segments, not just the code segment. (The self-hosted translator already had this.)
* .Kartik Agaram2019-08-012-26/+28
| | | | | First step to cleaning up `desugar-register`: extract the common '%' to register literals.
* desugar: code-generate %regKartik Agaram2019-07-312-25/+25
| | | | | We're no longer just emitting the register code. We emit all arguments with appropriate metadata.
* .Kartik Agaram2019-07-311-1/+8
|
* Merge branch 'master' into desugarKartik Agaram2019-07-3110-11/+11
|\
| * 5499Kartik Agaram2019-07-3110-11/+11
| |
* | desugar: clean up top-level `convert`Kartik Agaram2019-07-314-43/+84
| | | | | | | | | | | | | | | | | | Model it on `dquotes` rather than `pack`, since it needs almost zero state across words. Manual testing: $ echo 'ab %eax' |subx run apps/desugar ab 0
* | Merge branch 'master' into desugarKartik Agaram2019-07-281-0/+378
|/
* 5485 - promote SubX to top-levelKartik Agaram2019-07-2722-0/+21254