aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert the parser from dealing with just expressions, to dealing with the ↵David Walter Seikel2012-01-071-139/+167
| | | | entire AST.
* Added most of the expression parser.David Walter Seikel2012-01-061-15/+16
|
* Even more debugging stuff, and make it selectable if the parser uses ↵David Walter Seikel2012-01-061-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 Seikel2012-01-061-96/+99
| | | | OK, so the parsers prefer to make them defines instead of enums. sigh
* Add more LSL parsing structure.David Walter Seikel2012-01-061-43/+235
|
* Consolidate the parser includes.David Walter Seikel2012-01-051-2/+1
|
* Clean up the parser.David Walter Seikel2012-01-051-45/+67
|
* Add a simple flex + btyacc stub.David Walter Seikel2012-01-051-0/+63
Will be fleshed out soon with LSL grammer.