| Commit message (Expand) | Author | Age | Files | Lines |
* | The default state is a different syntax from the other states. | David Walter Seikel | 2012-01-21 | 1 | -0/+1 |
* | Comments about LSL identifier quirks. | David Walter Seikel | 2012-01-21 | 1 | -1/+3 |
* | Allow to compile out the diff check, and the ignore text stuff as that's it's... | David Walter Seikel | 2012-01-20 | 1 | -0/+2 |
* | Using eina string buffer for ignorable text. | David Walter Seikel | 2012-01-17 | 1 | -13/+2 |
* | Only need one of each in the value union. | David Walter Seikel | 2012-01-17 | 1 | -1/+1 |
* | Use stringshare, and const. | David Walter Seikel | 2012-01-17 | 1 | -4/+4 |
* | Store the lexer provided length. | David Walter Seikel | 2012-01-17 | 1 | -66/+67 |
* | Should point to the start of the symbol, not the end. | David Walter Seikel | 2012-01-17 | 1 | -3/+4 |
* | Change that butt ugly name. | David Walter Seikel | 2012-01-17 | 1 | -15/+15 |
* | Cleanups for EFL. | David Walter Seikel | 2012-01-17 | 1 | -2/+1 |
* | Merge the compiler into the test harness. Remove excess files. | David Walter Seikel | 2012-01-17 | 1 | -1/+1 |
* | Parser now understands state, function, and variable derlarations. Including... | David Walter Seikel | 2012-01-17 | 1 | -2/+2 |
* | yylineno does not track colums, so do it myself. | David Walter Seikel | 2012-01-16 | 1 | -3/+16 |
* | Make sure identifiers get, er, identified. | David Walter Seikel | 2012-01-16 | 1 | -12/+12 |
* | Add key and string to the parser. | David Walter Seikel | 2012-01-16 | 1 | -0/+3 |
* | Actually make use of the lexers line and column numbers. | David Walter Seikel | 2012-01-16 | 1 | -15/+2 |
* | Get multi file parsing working. | David Walter Seikel | 2012-01-15 | 1 | -28/+18 |
* | Updated float matching rule. | David Walter Seikel | 2012-01-15 | 1 | -2/+2 |
* | Little bit of clean up. | David Walter Seikel | 2012-01-14 | 1 | -1/+0 |
* | Generic type handling, and add the float type. | David Walter Seikel | 2012-01-13 | 1 | -3/+3 |
* | Add a hex integer format, and comment about variations for float. | David Walter Seikel | 2012-01-12 | 1 | -3/+6 |
* | A failed attempt to handle multiple files. | David Walter Seikel | 2012-01-12 | 1 | -2/+12 |
* | Make the lexer more reentrant, and piss off yyerror. | David Walter Seikel | 2012-01-12 | 1 | -88/+78 |
* | More clean up. | David Walter Seikel | 2012-01-12 | 1 | -4/+1 |
* | Switch to the lemon parser. | David Walter Seikel | 2012-01-12 | 1 | -2/+2 |
* | Get rid of the comment function. | David Walter Seikel | 2012-01-10 | 1 | -15/+2 |
* | Get rid of the LSL_AST structure, it's all in LSL_Leaf now. | David Walter Seikel | 2012-01-10 | 1 | -1/+0 |
* | Move more things into the LSL_Leaf structure, and some clean up related to that. | David Walter Seikel | 2012-01-10 | 1 | -78/+80 |
* | Almost got white space and comments working. Still a bug left somewhere, I t... | David Walter Seikel | 2012-01-10 | 1 | -76/+96 |
* | The other half of the comment scanner. | David Walter Seikel | 2012-01-09 | 1 | -3/+16 |
* | Moved yyerror() into the flex source. Added a count function, CHAR, STRING, ... | David Walter Seikel | 2012-01-09 | 1 | -2/+34 |
* | One of these days I'll get spaces to work. Another hack at it. | David Walter Seikel | 2012-01-09 | 1 | -1/+1 |
* | Missed a keyword. | David Walter Seikel | 2012-01-09 | 1 | -0/+1 |
* | Add most of the rest of the tokens, but ignore them. | David Walter Seikel | 2012-01-09 | 1 | -1/+38 |
* | Rearrange everything, to be consistant order. | David Walter Seikel | 2012-01-08 | 1 | -7/+13 |
* | Use character classes, some clean up. Tried to add space storing, but it did... | David Walter Seikel | 2012-01-08 | 1 | -12/+7 |
* | Parenthesis and statement parsing. | David Walter Seikel | 2012-01-08 | 1 | -0/+1 |
* | Parse an actual file. | David Walter Seikel | 2012-01-08 | 1 | -4/+5 |
* | Flex performance tweaks, and other options. | David Walter Seikel | 2012-01-06 | 1 | -7/+16 |
* | Added most of the expression parser. | David Walter Seikel | 2012-01-06 | 1 | -5/+31 |
* | Remove errant empty line. | David Walter Seikel | 2012-01-06 | 1 | -1/+0 |
* | Even more debugging stuff, and make it selectable if the parser uses #defines... | David Walter Seikel | 2012-01-06 | 1 | -9/+18 |
* | Use the LSL_ enums for parser tokens. Some clean up and debugging. | David Walter Seikel | 2012-01-06 | 1 | -13/+10 |
* | Add more LSL parsing structure. | David Walter Seikel | 2012-01-06 | 1 | -1/+1 |
* | Consolidate the parser includes. | David Walter Seikel | 2012-01-05 | 1 | -2/+14 |
* | Add a simple flex + btyacc stub. | David Walter Seikel | 2012-01-05 | 1 | -0/+31 |