Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5620 | Kartik Agaram | 2019-09-04 | 1 | -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. | ||||
* | 5616 | Kartik Agaram | 2019-09-04 | 1 | -0/+0 |
| | |||||
* | 5613 | Kartik Agaram | 2019-09-03 | 1 | -0/+0 |
| | | | | | Translating common bits from sigils.subx expression-aware variant of next-word to use sigils in calls.subx. | ||||
* | 5608 - write int to stream | Kartik Agaram | 2019-09-02 | 1 | -0/+0 |
| | |||||
* | 5605 - sigils: support *disp32 | Kartik Agaram | 2019-09-01 | 1 | -0/+0 |
| | |||||
* | 5604 | Kartik Agaram | 2019-09-01 | 1 | -0/+0 |
| | |||||
* | 5603 | Kartik Agaram | 2019-09-01 | 1 | -0/+0 |
| | |||||
* | 5602 | Kartik Agaram | 2019-09-01 | 1 | -0/+0 |
| | |||||
* | 5600 | Kartik Agaram | 2019-08-31 | 1 | -0/+0 |
| | |||||
* | 5599 - sigils: support metadata in %reg and *reg | Kartik Agaram | 2019-08-31 | 1 | -0/+0 |
| | | | | | We already support metadata after *(...) No plans to support metadata _inside_ *(...) | ||||
* | 5595 - support ebp and esp in sigils | Kartik Agaram | 2019-08-31 | 1 | -0/+0 |
| | | | | The x86 instruction set carves out exceptions for these registers. | ||||
* | 5594 - rename 'desugar' to 'sigils' | Kartik Agaram | 2019-08-31 | 1 | -0/+0 |
There's going to be multiple forms of syntax sugar going forward. |