Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5592 - switch register names to lowercase | Kartik Agaram | 2019-08-26 | 1 | -664/+664 |
| | |||||
* | done implementing all variants of 'get' | Kartik Agaram | 2019-08-13 | 1 | -2/+243 |
| | |||||
* | done with get-or-stop | Kartik Agaram | 2019-08-13 | 1 | -4/+33 |
| | |||||
* | half-done testing get-or-stop | Kartik Agaram | 2019-08-13 | 1 | -0/+190 |
| | | | | | | Probably not needed for desugar; I'm just working through what we may replace the calls to 'get-slice' with if and when we decide to start focusing error messages and so writing tests for them. | ||||
* | . | Kartik Agaram | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | new variant: maybe-get-slice | Kartik Agaram | 2019-08-13 | 1 | -0/+165 |
| | |||||
* | new variant: maybe-get returns null on failure | Kartik Agaram | 2019-08-12 | 1 | -0/+148 |
| | |||||
* | better error message when get aborts | Kartik Agaram | 2019-08-12 | 1 | -8/+22 |
| | |||||
* | extract table functions into their own layer | Kartik Agaram | 2019-08-11 | 1 | -0/+909 |