| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more things into the LSL_Leaf structure, and some clean up related to that. | David Walter Seikel | 2012-01-10 | 1 | -0/+5 |
* | Almost got white space and comments working. Still a bug left somewhere, I t... | David Walter Seikel | 2012-01-10 | 1 | -35/+30 |
* | A little format cleanup. | David Walter Seikel | 2012-01-09 | 1 | -8/+5 |
* | Doesn't hurt, but does not fix it either. Gives me an idea though. | David Walter Seikel | 2012-01-09 | 1 | -2/+2 |
* | Missed this. | David Walter Seikel | 2012-01-09 | 1 | -0/+1 |
* | Implement script, and add YYVALID for statement to help with recovering from ... | David Walter Seikel | 2012-01-09 | 1 | -1/+6 |
* | Add most of the rest of the tokens, but ignore them. | David Walter Seikel | 2012-01-09 | 1 | -9/+25 |
* | Rearrange everything, to be consistant order. | David Walter Seikel | 2012-01-08 | 1 | -14/+11 |
* | Apparently order of these ALSO sets precedence. shrugs | David Walter Seikel | 2012-01-08 | 1 | -10/+10 |
* | Use character classes, some clean up. Tried to add space storing, but it did... | David Walter Seikel | 2012-01-08 | 1 | -2/+11 |
* | Parenthesis and statement parsing. | David Walter Seikel | 2012-01-08 | 1 | -1/+9 |
* | Clean up. exp -> ast. No more addExpression or outputExpression. Operation... | David Walter Seikel | 2012-01-07 | 1 | -2/+2 |
* | Make the parser more generic with function pointers and a big arse table. | David Walter Seikel | 2012-01-07 | 1 | -1/+1 |
* | Convert the parser from dealing with just expressions, to dealing with the en... | David Walter Seikel | 2012-01-07 | 1 | -1/+1 |
* | Added most of the expression parser. | David Walter Seikel | 2012-01-06 | 1 | -13/+37 |
* | Precedence changes. | David Walter Seikel | 2012-01-06 | 1 | -2/+1 |
* | Even more debugging stuff, and make it selectable if the parser uses #defines... | David Walter Seikel | 2012-01-06 | 1 | -2/+5 |
* | Use the LSL_ enums for parser tokens. Some clean up and debugging. | David Walter Seikel | 2012-01-06 | 1 | -11/+11 |
* | Add more LSL parsing structure. | David Walter Seikel | 2012-01-06 | 1 | -6/+6 |
* | Consolidate the parser includes. | David Walter Seikel | 2012-01-05 | 1 | -2/+1 |
* | Add a simple flex + btyacc stub. | David Walter Seikel | 2012-01-05 | 1 | -0/+36 |