about summary refs log tree commit diff stats
path: root/078table.subx
Commit message (Collapse)AuthorAgeFilesLines
* done implementing all variants of 'get'Kartik Agaram2019-08-131-2/+243
|
* done with get-or-stopKartik Agaram2019-08-131-4/+33
|
* half-done testing get-or-stopKartik Agaram2019-08-131-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 Agaram2019-08-131-1/+1
|
* new variant: maybe-get-sliceKartik Agaram2019-08-131-0/+165
|
* new variant: maybe-get returns null on failureKartik Agaram2019-08-121-0/+148
|
* better error message when get abortsKartik Agaram2019-08-121-8/+22
|
* extract table functions into their own layerKartik Agaram2019-08-111-0/+909