aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-17Better error message.David Walter Seikel1-0/+1
2012-01-17No need to pass param to these.David Walter Seikel1-3/+3
2012-01-17Change how output and converting is done.David Walter Seikel1-3/+7
2012-01-17Actually make state work. lolDavid Walter Seikel1-2/+2
2012-01-17Parser now understands state, function, and variable derlarations. Including...David Walter Seikel1-23/+36
2012-01-16yylineno does not track colums, so do it myself.David Walter Seikel1-0/+1
2012-01-16Make things more robust against a half arsed parser.David Walter Seikel1-1/+1
2012-01-16Fill out the rest of theparser symbols, and partiallyimplement typecasting.David Walter Seikel1-0/+1
2012-01-16Actually make use of the lexers line and column numbers.David Walter Seikel1-2/+0
2012-01-15Get multi file parsing working.David Walter Seikel1-26/+11
2012-01-14Little bit of clean up.David Walter Seikel1-2/+4
2012-01-13Generic type handling, and add the float type.David Walter Seikel1-1/+94
2012-01-12A failed attempt to handle multiple files.David Walter Seikel1-0/+6
2012-01-12Make the lexer more reentrant, and piss off yyerror.David Walter Seikel1-3/+7
2012-01-12Allow output to a file, and compare the output with the input.David Walter Seikel1-3/+4
2012-01-12More clean up.David Walter Seikel1-9/+4
2012-01-12Some general cleanup.David Walter Seikel1-9/+4
2012-01-12Switch to the lemon parser.David Walter Seikel1-9/+38
2012-01-10Get rid of the comment function.David Walter Seikel1-0/+1
2012-01-10Get rid of the LSL_AST structure, it's all in LSL_Leaf now.David Walter Seikel1-18/+11
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