summaryrefslogtreecommitdiffstats
path: root/parsing
Commit message (Collapse)AuthorAgeFilesLines
* Fix T_LBRACE, T_RBRACE, and T_BANG recognitionP. J. McDermott2016-02-202-4/+4
|
* Delimit words at unescaped operatorsP. J. McDermott2016-02-192-2/+3
| | | | Also expect EOF at end of script.
* Improve reserved word recognitionP. J. McDermott2016-02-192-14/+50
| | | | | | And fix term() to allow do_group() to find T_DONE. Also, ERMAHGERD DEBERG.
* Add more productions, special tokens, etc.P. J. McDermott2016-02-192-12/+324
|
* Recognize reserved wordsP. J. McDermott2016-02-191-7/+28
|
* Add missing I/O tokensP. J. McDermott2016-02-192-11/+31
|
* Add error handling to lexerP. J. McDermott2016-02-192-64/+152
|
* [WIP] Add lexer/parser demoP. J. McDermott2016-02-193-0/+645