| Commit message (Expand) | Author | Age | Files | Lines |
* | Change how output and converting is done. | David Walter Seikel | 2012-01-17 | 1 | -3/+7 |
* | Actually make state work. lol | David Walter Seikel | 2012-01-17 | 1 | -2/+2 |
* | Parser now understands state, function, and variable derlarations. Including... | David Walter Seikel | 2012-01-17 | 1 | -23/+36 |
* | yylineno does not track colums, so do it myself. | David Walter Seikel | 2012-01-16 | 1 | -0/+1 |
* | Make things more robust against a half arsed parser. | David Walter Seikel | 2012-01-16 | 1 | -1/+1 |
* | Fill out the rest of theparser symbols, and partiallyimplement typecasting. | David Walter Seikel | 2012-01-16 | 1 | -0/+1 |
* | Actually make use of the lexers line and column numbers. | David Walter Seikel | 2012-01-16 | 1 | -2/+0 |
* | Get multi file parsing working. | David Walter Seikel | 2012-01-15 | 1 | -26/+11 |
* | Little bit of clean up. | David Walter Seikel | 2012-01-14 | 1 | -2/+4 |
* | Generic type handling, and add the float type. | David Walter Seikel | 2012-01-13 | 1 | -1/+94 |
* | A failed attempt to handle multiple files. | David Walter Seikel | 2012-01-12 | 1 | -0/+6 |
* | Make the lexer more reentrant, and piss off yyerror. | David Walter Seikel | 2012-01-12 | 1 | -3/+7 |
* | Allow output to a file, and compare the output with the input. | David Walter Seikel | 2012-01-12 | 1 | -3/+4 |
* | More clean up. | David Walter Seikel | 2012-01-12 | 1 | -9/+4 |
* | Some general cleanup. | David Walter Seikel | 2012-01-12 | 1 | -9/+4 |
* | Switch to the lemon parser. | David Walter Seikel | 2012-01-12 | 1 | -9/+38 |
* | Get rid of the comment function. | David Walter Seikel | 2012-01-10 | 1 | -0/+1 |
* | Get rid of the LSL_AST structure, it's all in LSL_Leaf now. | David Walter Seikel | 2012-01-10 | 1 | -18/+11 |
* | Move more things into the LSL_Leaf structure, and some clean up related to that. | David Walter Seikel | 2012-01-10 | 1 | -24/+19 |
* | Almost got white space and comments working. Still a bug left somewhere, I t... | David Walter Seikel | 2012-01-10 | 1 | -42/+46 |
* | Rearrange everything, to be consistant order. | David Walter Seikel | 2012-01-08 | 1 | -82/+98 |
* | Bite the bullet and get rid of my dreams to use enums, yacc insists on #defines. | David Walter Seikel | 2012-01-08 | 1 | -89/+2 |
* | Use character classes, some clean up. Tried to add space storing, but it did... | David Walter Seikel | 2012-01-08 | 1 | -14/+14 |
* | Parenthesis and statement parsing. | David Walter Seikel | 2012-01-08 | 1 | -2/+5 |
* | Parse an actual file. | David Walter Seikel | 2012-01-08 | 1 | -2/+14 |
* | More expression cleanup. | David Walter Seikel | 2012-01-07 | 1 | -1/+1 |
* | We don't need LSL_Expression. | David Walter Seikel | 2012-01-07 | 1 | -13/+5 |
* | Evaluate expressions using the new token table. | David Walter Seikel | 2012-01-07 | 1 | -3/+7 |
* | Make the parser more generic with function pointers and a big arse table. | David Walter Seikel | 2012-01-07 | 1 | -111/+25 |
* | Convert the parser from dealing with just expressions, to dealing with the en... | David Walter Seikel | 2012-01-07 | 1 | -94/+69 |
* | Flex performance tweaks, and other options. | David Walter Seikel | 2012-01-06 | 1 | -4/+0 |
* | Even more debugging stuff, and make it selectable if the parser uses #defines... | David Walter Seikel | 2012-01-06 | 1 | -9/+19 |
* | Use the LSL_ enums for parser tokens. Some clean up and debugging. | David Walter Seikel | 2012-01-06 | 1 | -26/+24 |
* | Add more LSL parsing structure. | David Walter Seikel | 2012-01-06 | 1 | -60/+308 |
* | Consolidate the parser includes. | David Walter Seikel | 2012-01-05 | 1 | -0/+59 |
* | Clean up the parser. | David Walter Seikel | 2012-01-05 | 1 | -17/+21 |
* | Add a simple flex + btyacc stub. | David Walter Seikel | 2012-01-05 | 1 | -0/+55 |