aboutsummaryrefslogtreecommitdiff
path: root/lexer.py
Commit message (Collapse)AuthorAge
* remove redundant main() from lexermryouse2022-06-18
|
* make LexError a NebPanic, and fix lexing errors with :boolsmryouse2022-06-18
|
* variadic functionsmryouse2022-06-17
|
* refactor: take type hints from user in function argsmryouse2022-06-16
|
* bugfix: support escaped double quotes in stringsmryouse2022-06-11
|
* add string escapesmryouse2022-06-11
|
* bugfix: since :string can contain newline, count them correctlymryouse2022-06-05
|
* lex comments (ignore them)mryouse2022-05-23
|
* refactor: structs into their own filemryouse2022-05-22
|
* lex and parse typesmryouse2022-05-21
|
* implement pipemryouse2022-05-21
|
* for-count implementationmryouse2022-05-21
|
* bugfix: symbols and numbersmryouse2022-05-19
|
* add hash to front of booleanmryouse2022-05-18
|
* rewrite of lexer, using a measured approachmryouse2022-05-18
|
* add a shell-pipe commandmryouse2022-05-13
|
* lists? not sure if they fully work, but somewhatmryouse2022-05-13
|
* refactor types using inheritancemryouse2022-05-12
|
* more available punctuation for symbolsmryouse2022-05-10
|
* add '+' functions, fix lexer so they're not numericmryouse2022-05-10
|
* initial commitmryouse2022-05-10