aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-10Move more things into the LSL_Leaf structure, and some clean up related to that.David Walter Seikel1-24/+19
2012-01-10Almost got white space and comments working. Still a bug left somewhere, I t...David Walter Seikel1-42/+46
2012-01-08Rearrange everything, to be consistant order.David Walter Seikel1-82/+98
2012-01-08Bite the bullet and get rid of my dreams to use enums, yacc insists on #defines.David Walter Seikel1-89/+2
2012-01-08Use character classes, some clean up. Tried to add space storing, but it did...David Walter Seikel1-14/+14
2012-01-08Parenthesis and statement parsing.David Walter Seikel1-2/+5
2012-01-08Parse an actual file.David Walter Seikel1-2/+14
2012-01-07More expression cleanup.David Walter Seikel1-1/+1
2012-01-07We don't need LSL_Expression.David Walter Seikel1-13/+5
2012-01-07Evaluate expressions using the new token table.David Walter Seikel1-3/+7
2012-01-07Make the parser more generic with function pointers and a big arse table.David Walter Seikel1-111/+25
2012-01-07Convert the parser from dealing with just expressions, to dealing with the en...David Walter Seikel1-94/+69
2012-01-06Flex performance tweaks, and other options.David Walter Seikel1-4/+0
2012-01-06Even more debugging stuff, and make it selectable if the parser uses #defines...David Walter Seikel1-9/+19
2012-01-06Use the LSL_ enums for parser tokens. Some clean up and debugging.David Walter Seikel1-26/+24
2012-01-06Add more LSL parsing structure.David Walter Seikel1-60/+308
2012-01-05Consolidate the parser includes.David Walter Seikel1-0/+59
2012-01-05Clean up the parser.David Walter Seikel1-17/+21
2012-01-05Add a simple flex + btyacc stub.David Walter Seikel1-0/+55