Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accept(): Use toktext() | P. J. McDermott | 2016-02-21 | 1 | -2/+4 |
* | Add a couple more tests | P. J. McDermott | 2016-02-21 | 1 | -1/+3 |
* | Don't loop forever on unterminated singly quoted string in words | P. J. McDermott | 2016-02-21 | 1 | -4/+5 |
* | Improve backslash and quote handling in words | P. J. McDermott | 2016-02-21 | 1 | -5/+9 |
* | Preserve leading backslashes in words | P. J. McDermott | 2016-02-21 | 1 | -0/+4 |
* | Remove quotes in here-document delimiters | P. J. McDermott | 2016-02-21 | 1 | -2/+2 |
* | Improve demo output | P. J. McDermott | 2016-02-21 | 1 | -5/+8 |
* | Fix handling of multiple here-documents on a line | P. J. McDermott | 2016-02-21 | 1 | -4/+5 |
* | Implement here-document | P. J. McDermott | 2016-02-21 | 1 | -4/+8 |
* | Implement arithmetic expansion | P. J. McDermott | 2016-02-20 | 1 | -6/+10 |
* | scan_wordexp_param_brace(): New function | P. J. McDermott | 2016-02-20 | 1 | -11/+11 |
* | Rewrite codegen | P. J. McDermott | 2016-02-20 | 1 | -0/+2 |
* | Move parse_sub() logic into lexer | P. J. McDermott | 2016-02-20 | 1 | -41/+4 |
* | Don't eat the first token after a command substitution | P. J. McDermott | 2016-02-20 | 1 | -5/+13 |
* | Fix command substitution (warning: still ugly) | P. J. McDermott | 2016-02-20 | 1 | -1/+6 |
* | Implement command substitution (warning: ugly and broken) | P. J. McDermott | 2016-02-20 | 1 | -6/+16 |
* | Add code generation | P. J. McDermott | 2016-02-20 | 1 | -6/+12 |
* | Prepare for command substitution | P. J. McDermott | 2016-02-20 | 1 | -4/+18 |
* | Fix function definition parsing | P. J. McDermott | 2016-02-20 | 1 | -0/+2 |
* | Fully trace most parser functions | P. J. McDermott | 2016-02-20 | 1 | -26/+114 |
* | Fix command separation | P. J. McDermott | 2016-02-20 | 1 | -9/+17 |
* | Fix function definitions (almost) | P. J. McDermott | 2016-02-20 | 1 | -20/+12 |
* | Implement I/O operator parsing | P. J. McDermott | 2016-02-20 | 1 | -9/+40 |
* | Implement "case" construct | P. J. McDermott | 2016-02-20 | 1 | -6/+40 |
* | Implement (non-functional) function handling | P. J. McDermott | 2016-02-20 | 1 | -4/+14 |
* | Implement "while" and "until" loops | P. J. McDermott | 2016-02-20 | 1 | -5/+15 |
* | Implement "if" construct | P. J. McDermott | 2016-02-20 | 1 | -2/+21 |
* | Rearrange command() | P. J. McDermott | 2016-02-20 | 1 | -4/+6 |
* | Fix handling of unexpected EOF | P. J. McDermott | 2016-02-20 | 1 | -7/+7 |
* | Improve error when expecting EOF | P. J. McDermott | 2016-02-20 | 1 | -1/+3 |
* | Check only first word of simple commands for reseserved words | P. J. McDermott | 2016-02-20 | 1 | -1/+1 |
* | Fix T_LBRACE, T_RBRACE, and T_BANG recognition | P. J. McDermott | 2016-02-20 | 1 | -2/+2 |
* | Delimit words at unescaped operators | P. J. McDermott | 2016-02-19 | 1 | -1/+2 |
* | Improve reserved word recognition | P. J. McDermott | 2016-02-19 | 1 | -3/+18 |
* | Add more productions, special tokens, etc. | P. J. McDermott | 2016-02-19 | 1 | -11/+280 |
* | Add error handling to lexer | P. J. McDermott | 2016-02-19 | 1 | -18/+45 |
* | [WIP] Add lexer/parser demo | P. J. McDermott | 2016-02-19 | 1 | -0/+133 |