about summary refs log tree commit diff stats
path: root/apps/sigils.subx
Commit message (Collapse)AuthorAgeFilesLines
* 5625Kartik Agaram2019-09-051-5/+5
|
* 5620Kartik Agaram2019-09-041-6/+5
| | | | | | 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-327/+0
|
* 5613Kartik Agaram2019-09-031-17/+33
| | | | | Translating common bits from sigils.subx expression-aware variant of next-word to use sigils in calls.subx.
* 5607Kartik Agaram2019-09-011-2/+2
|
* 5606Kartik Agaram2019-09-011-0/+2
|
* 5605 - sigils: support *disp32Kartik Agaram2019-09-011-4/+241
|
* 5604Kartik Agaram2019-09-011-7/+7
|
* 5603Kartik Agaram2019-09-011-12/+12
|
* 5602Kartik Agaram2019-09-011-66/+75
|
* 5601Kartik Agaram2019-08-311-68/+68
|
* 5600Kartik Agaram2019-08-311-9/+11
|
* 5599 - sigils: support metadata in %reg and *regKartik Agaram2019-08-311-3/+176
| | | | | We already support metadata after *(...) No plans to support metadata _inside_ *(...)
* 5595 - support ebp and esp in sigilsKartik Agaram2019-08-311-0/+173
| | | | The x86 instruction set carves out exceptions for these registers.
* 5594 - rename 'desugar' to 'sigils'Kartik Agaram2019-08-311-0/+4439
There's going to be multiple forms of syntax sugar going forward.