about summary refs log tree commit diff stats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* .Kartik Agaram2021-06-231-8/+0
* .Kartik Agaram2021-06-231-1/+1
* .Kartik Agaram2021-06-231-2/+2
* .Kartik Agaram2021-06-231-4/+4
* .Kartik Agaram2021-06-231-1/+1
* one more bug, and documentation for infixKartik K. Agaram2021-06-234-27/+80
* .Kartik K. Agaram2021-06-231-3/+3
* .Kartik K. Agaram2021-06-231-8/+8
* one more bugKartik K. Agaram2021-06-232-9/+22
* start using infix in data diskKartik K. Agaram2021-06-231-57/+54
* all tests passing again; infix seems doneKartik K. Agaram2021-06-222-1/+7
* infix tests passing but something's still brokenKartik K. Agaram2021-06-221-2/+48
* 2 failing tests remainingKartik K. Agaram2021-06-221-2/+44
* almost there; this is encouragingKartik K. Agaram2021-06-221-16/+21
* beginnings of tokenization within symbolsKartik K. Agaram2021-06-222-17/+68
* .Kartik K. Agaram2021-06-221-11/+3
* clean up lexical categoriesKartik K. Agaram2021-06-222-142/+48
* snapshotKartik K. Agaram2021-06-221-3/+32
* .Kartik K. Agaram2021-06-221-3/+5
* snapshot: infixKartik K. Agaram2021-06-225-9/+542
* .Kartik K. Agaram2021-06-213-67/+89
* start implementing infixKartik K. Agaram2021-06-211-281/+3
* .Kartik K. Agaram2021-06-201-3/+3
* shell: now no definitions with long linesKartik K. Agaram2021-06-201-3/+7
* shell: shrink definition widths in a few placesKartik K. Agaram2021-06-201-12/+14
* this is how we create aliasesKartik K. Agaram2021-06-201-1/+1
* preserve indentation of the sandboxKartik K. Agaram2021-06-203-7/+7
* 'with' lets us drop a few more parensKartik K. Agaram2021-06-201-40/+41
* new macro: withKartik K. Agaram2021-06-204-4/+66
* new macro: retKartik K. Agaram2021-06-201-6/+7
* start dropping parens everywhereKartik K. Agaram2021-06-201-96/+98
* start guessing parentheses based on indentationKartik K. Agaram2021-06-202-61/+50
* snapshotKartik K. Agaram2021-06-204-3/+552
* start emitting indent tokensKartik K. Agaram2021-06-184-29/+224
* redo next-token in more high-level termsKartik K. Agaram2021-06-181-73/+93
* .Kartik K. Agaram2021-06-181-30/+30
* .Kartik K. Agaram2021-06-181-49/+49
* start emitting token for newlineKartik K. Agaram2021-06-181-5/+12
* newlines are now a tokenKartik K. Agaram2021-06-182-4/+12
* start implementing indent-sensitivityKartik K. Agaram2021-06-181-2/+26
* .Kartik K. Agaram2021-06-181-6/+2
* .Kartik K. Agaram2021-06-181-8/+6
* make code in Readme easier to copyKartik K. Agaram2021-06-181-6/+6
* shell: stop punning tokens as cellsKartik K. Agaram2021-06-183-89/+116
* change precision when loading sandbox codeSumeet Agarwal2021-06-171-2/+2
* shell: better screenshotKartik Agaram2021-06-151-1/+1
* always print black pixels when rendering screensKartik K. Agaram2021-06-151-2/+0
* shell: improve docsKartik Agaram2021-06-151-5/+14
* .Kartik Agaram2021-06-151-33/+34
* document responsiveness trade-offKartik K. Agaram2021-06-152-35/+28