aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to the lemon parser.David Walter Seikel2012-01-121-110/+136
* Leaf cloner.David Walter Seikel2012-01-101-6/+10
* Get rid of the LSL_AST structure, it's all in LSL_Leaf now.David Walter Seikel2012-01-101-100/+84
* Move more things into the LSL_Leaf structure, and some clean up related to that.David Walter Seikel2012-01-101-71/+69
* Almost got white space and comments working. Still a bug left somewhere, I t...David Walter Seikel2012-01-101-57/+75
* Moved yyerror() into the flex source. Added a count function, CHAR, STRING, ...David Walter Seikel2012-01-091-6/+0
* One of these days I'll get spaces to work. Another hack at it.David Walter Seikel2012-01-091-4/+11
* Add most of the rest of the tokens, but ignore them.David Walter Seikel2012-01-091-44/+55
* Rearrange everything, to be consistant order.David Walter Seikel2012-01-081-62/+71
* Bite the bullet and get rid of my dreams to use enums, yacc insists on #defines.David Walter Seikel2012-01-081-30/+24
* Use character classes, some clean up. Tried to add space storing, but it did...David Walter Seikel2012-01-081-3/+14
* Parenthesis and statement parsing.David Walter Seikel2012-01-081-4/+60
* Parse an actual file.David Walter Seikel2012-01-081-44/+109
* Forget to save first. lolDavid Walter Seikel2012-01-071-0/+1
* More expression cleanup.David Walter Seikel2012-01-071-157/+168
* Clean up. exp -> ast. No more addExpression or outputExpression. Operation...David Walter Seikel2012-01-071-110/+100
* We don't need LSL_Expression.David Walter Seikel2012-01-071-32/+7
* Evaluate expressions using the new token table.David Walter Seikel2012-01-071-152/+119
* Make the parser more generic with function pointers and a big arse table.David Walter Seikel2012-01-071-92/+183
* Convert the parser from dealing with just expressions, to dealing with the en...David Walter Seikel2012-01-071-139/+167
* 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 #defines...David Walter Seikel2012-01-061-102/+165
* Use the LSL_ enums for parser tokens. Some clean up and debugging.David Walter Seikel2012-01-061-96/+99
* 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