about summary refs log tree commit diff stats
path: root/shell/tokenize.mu
Commit message (Expand)AuthorAgeFilesLines
* shell: support loading 128x128px imagesKartik K. Agaram2021-07-281-1/+1
* shell: second notation for string literalsKartik K. Agaram2021-07-281-5/+126
* reading from streamsKartik K. Agaram2021-07-031-1/+1
* one more bug, and documentation for infixKartik K. Agaram2021-06-231-23/+16
* beginnings of tokenization within symbolsKartik K. Agaram2021-06-221-1/+1
* clean up lexical categoriesKartik K. Agaram2021-06-221-44/+42
* start implementing infixKartik K. Agaram2021-06-211-281/+3
* new macro: withKartik K. Agaram2021-06-201-2/+4
* start guessing parentheses based on indentationKartik K. Agaram2021-06-201-56/+28
* snapshotKartik K. Agaram2021-06-201-0/+55
* start emitting indent tokensKartik K. Agaram2021-06-181-1/+155
* 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-181-1/+11
* start implementing indent-sensitivityKartik K. Agaram2021-06-181-2/+26
* .Kartik K. Agaram2021-06-181-6/+2
* .Kartik K. Agaram2021-06-181-8/+6
* shell: stop punning tokens as cellsKartik K. Agaram2021-06-181-80/+107
* shell: support negative integer literalsKartik K. Agaram2021-06-061-1/+96
* .Kartik K. Agaram2021-06-051-36/+84
* .Kartik K. Agaram2021-05-301-3/+3
* .Kartik K. Agaram2021-05-301-1/+1
* .Kartik K. Agaram2021-05-291-0/+1
* shell: non-stream tokens are now smallKartik K. Agaram2021-05-291-3/+11
* .Kartik K. Agaram2021-05-291-6/+4
* .Kartik K. Agaram2021-05-291-9/+10
* .Kartik K. Agaram2021-05-291-4/+4
* .Kartik K. Agaram2021-05-291-2/+0
* .Kartik K. Agaram2021-05-291-10/+10
* .Kartik K. Agaram2021-05-291-12/+12
* shell: start reducing the waste in tokenizeKartik K. Agaram2021-05-291-11/+11
* a second place with lousy storage managementKartik K. Agaram2021-05-191-0/+1
* disallow null tracesKartik K. Agaram2021-05-191-7/+28
* give up on nested backquotes for nowKartik K. Agaram2021-05-071-6/+2
* first passing test for macroexpandKartik K. Agaram2021-05-061-24/+28
* belatedly migrate stale example definitionsKartik K. Agaram2021-05-061-1/+5
* reading and printing backquotes and unquotesKartik K. Agaram2021-05-031-25/+178
* shell: commentsKartik K. Agaram2021-04-291-0/+47
* .Kartik K. Agaram2021-04-291-1/+0
* load large definitionsKartik K. Agaram2021-04-291-1/+1
* shell: bugfix for stream literalsKartik K. Agaram2021-04-281-2/+33
* shell: stream literalsKartik K. Agaram2021-04-271-0/+7
* shell: tokenizing stream (string) literalsKartik K. Agaram2021-04-271-1/+78
* .Kartik K. Agaram2021-04-271-8/+1
* shell: dot tokenKartik K. Agaram2021-04-151-0/+58
* .Kartik K. Agaram2021-04-151-5/+9
* shell: quoteKartik K. Agaram2021-04-061-0/+14
* strip spaces when tokenizingKartik K. Agaram2021-03-081-0/+1