summaryrefslogtreecommitdiffstats
Commit message (Expand)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
* 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
* libsh: Use parameter lists instead of aliasesP. J. McDermott2016-02-193-31/+5
* Initial commitP. J. McDermott2016-02-146-0/+1117