Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse an actual file. | David Walter Seikel | 2012-01-08 | 1 | -44/+109 |
| | |||||
* | Forget to save first. lol | David Walter Seikel | 2012-01-07 | 1 | -0/+1 |
| | |||||
* | More expression cleanup. | David Walter Seikel | 2012-01-07 | 1 | -157/+168 |
| | |||||
* | Clean up. exp -> ast. No more addExpression or outputExpression. ↵ | David Walter Seikel | 2012-01-07 | 1 | -110/+100 |
| | | | | Operations output themselves. | ||||
* | We don't need LSL_Expression. | David Walter Seikel | 2012-01-07 | 1 | -32/+7 |
| | |||||
* | Evaluate expressions using the new token table. | David Walter Seikel | 2012-01-07 | 1 | -152/+119 |
| | |||||
* | Make the parser more generic with function pointers and a big arse table. | David Walter Seikel | 2012-01-07 | 1 | -92/+183 |
| | |||||
* | Convert the parser from dealing with just expressions, to dealing with the ↵ | David Walter Seikel | 2012-01-07 | 1 | -139/+167 |
| | | | | entire AST. | ||||
* | Added most of the expression parser. | David Walter Seikel | 2012-01-06 | 1 | -15/+16 |
| | |||||
* | Even more debugging stuff, and make it selectable if the parser uses ↵ | David Walter Seikel | 2012-01-06 | 1 | -102/+165 |
| | | | | | | #defines or enums for tokens. NOTE - enum does not work anyway with btyacc. | ||||
* | Use the LSL_ enums for parser tokens. Some clean up and debugging. | David Walter Seikel | 2012-01-06 | 1 | -96/+99 |
| | | | | OK, so the parsers prefer to make them defines instead of enums. sigh | ||||
* | Add more LSL parsing structure. | David Walter Seikel | 2012-01-06 | 1 | -43/+235 |
| | |||||
* | Consolidate the parser includes. | David Walter Seikel | 2012-01-05 | 1 | -2/+1 |
| | |||||
* | Clean up the parser. | David Walter Seikel | 2012-01-05 | 1 | -45/+67 |
| | |||||
* | Add a simple flex + btyacc stub. | David Walter Seikel | 2012-01-05 | 1 | -0/+63 |
Will be fleshed out soon with LSL grammer. |