Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Check only first word of simple commands for reseserved words | P. J. McDermott | 2016-02-20 | 2 | -3/+5 |
* | Fix T_LBRACE, T_RBRACE, and T_BANG recognition | P. J. McDermott | 2016-02-20 | 2 | -4/+4 |
* | Delimit words at unescaped operators | P. J. McDermott | 2016-02-19 | 2 | -2/+3 |
* | Improve reserved word recognition | P. J. McDermott | 2016-02-19 | 2 | -14/+50 |
* | Add more productions, special tokens, etc. | P. J. McDermott | 2016-02-19 | 2 | -12/+324 |
* | Recognize reserved words | P. J. McDermott | 2016-02-19 | 1 | -7/+28 |
* | Add missing I/O tokens | P. J. McDermott | 2016-02-19 | 2 | -11/+31 |
* | Add error handling to lexer | P. J. McDermott | 2016-02-19 | 2 | -64/+152 |
* | [WIP] Add lexer/parser demo | P. J. McDermott | 2016-02-19 | 3 | -0/+645 |
* | libsh: Use parameter lists instead of aliases | P. J. McDermott | 2016-02-19 | 3 | -31/+5 |
* | Initial commit | P. J. McDermott | 2016-02-14 | 6 | -0/+1117 |