about summary refs log tree commit diff stats
path: root/apps/sigils
Commit message (Collapse)AuthorAgeFilesLines
* 5620Kartik Agaram2019-09-041-0/+0
| | | | | | Further flesh out next-word variant for calls.subx. All the code is sketched out, and baseline tests pass. No tests yet for new functionality compared to sigils.subx.
* 5616Kartik Agaram2019-09-041-0/+0
|
* 5613Kartik Agaram2019-09-031-0/+0
| | | | | Translating common bits from sigils.subx expression-aware variant of next-word to use sigils in calls.subx.
* 5608 - write int to streamKartik Agaram2019-09-021-0/+0
|
* 5605 - sigils: support *disp32Kartik Agaram2019-09-011-0/+0
|
* 5604Kartik Agaram2019-09-011-0/+0
|
* 5603Kartik Agaram2019-09-011-0/+0
|
* 5602Kartik Agaram2019-09-011-0/+0
|
* 5600Kartik Agaram2019-08-311-0/+0
|
* 5599 - sigils: support metadata in %reg and *regKartik Agaram2019-08-311-0/+0
| | | | | We already support metadata after *(...) No plans to support metadata _inside_ *(...)
* 5595 - support ebp and esp in sigilsKartik Agaram2019-08-311-0/+0
| | | | The x86 instruction set carves out exceptions for these registers.
* 5594 - rename 'desugar' to 'sigils'Kartik Agaram2019-08-311-0/+0
There's going to be multiple forms of syntax sugar going forward.