summaryrefslogtreecommitdiffstats
path: root/parsing/lexer.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix T_LBRACE, T_RBRACE, and T_BANG recognitionP. J. McDermott2016-02-201-2/+2
|
* Delimit words at unescaped operatorsP. J. McDermott2016-02-191-1/+1
| | | | Also expect EOF at end of script.
* Improve reserved word recognitionP. J. McDermott2016-02-191-11/+32
| | | | | | And fix term() to allow do_group() to find T_DONE. Also, ERMAHGERD DEBERG.
* Add more productions, special tokens, etc.P. J. McDermott2016-02-191-1/+44
|
* Recognize reserved wordsP. J. McDermott2016-02-191-7/+28
|
* Add missing I/O tokensP. J. McDermott2016-02-191-11/+29
|
* Add error handling to lexerP. J. McDermott2016-02-191-46/+107
|
* [WIP] Add lexer/parser demoP. J. McDermott2016-02-191-0/+457