summaryrefslogtreecommitdiffstats
path: root/parsing
Commit message (Expand)AuthorAgeFilesLines
* Rearrange command()P. J. McDermott2016-02-201-4/+6
* Fix handling of unexpected EOFP. J. McDermott2016-02-201-7/+7
* Improve error when expecting EOFP. J. McDermott2016-02-201-1/+3
* tokname(): Add new special symbolsP. J. McDermott2016-02-201-1/+3
* Check only first word of simple commands for reseserved wordsP. J. McDermott2016-02-202-3/+5
* 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
* Improve reserved word recognitionP. J. McDermott2016-02-192-14/+50
* 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