aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_lexer.l (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the comment function.David Walter Seikel2012-01-101-15/+2
* Get rid of the LSL_AST structure, it's all in LSL_Leaf now.David Walter Seikel2012-01-101-1/+0
* Move more things into the LSL_Leaf structure, and some clean up related to that.David Walter Seikel2012-01-101-78/+80
* Almost got white space and comments working. Still a bug left somewhere, I t...David Walter Seikel2012-01-101-76/+96
* The other half of the comment scanner.David Walter Seikel2012-01-091-3/+16
* Moved yyerror() into the flex source. Added a count function, CHAR, STRING, ...David Walter Seikel2012-01-091-2/+34
* One of these days I'll get spaces to work. Another hack at it.David Walter Seikel2012-01-091-1/+1
* Missed a keyword.David Walter Seikel2012-01-091-0/+1
* Add most of the rest of the tokens, but ignore them.David Walter Seikel2012-01-091-1/+38
* Rearrange everything, to be consistant order.David Walter Seikel2012-01-081-7/+13
* Use character classes, some clean up. Tried to add space storing, but it did...David Walter Seikel2012-01-081-12/+7
* Parenthesis and statement parsing.David Walter Seikel2012-01-081-0/+1
* Parse an actual file.David Walter Seikel2012-01-081-4/+5
* Flex performance tweaks, and other options.David Walter Seikel2012-01-061-7/+16
* Added most of the expression parser.David Walter Seikel2012-01-061-5/+31
* Remove errant empty line.David Walter Seikel2012-01-061-1/+0
* Even more debugging stuff, and make it selectable if the parser uses #defines...David Walter Seikel2012-01-061-9/+18
* Use the LSL_ enums for parser tokens. Some clean up and debugging.David Walter Seikel2012-01-061-13/+10
* Add more LSL parsing structure.David Walter Seikel2012-01-061-1/+1
* Consolidate the parser includes.David Walter Seikel2012-01-051-2/+14
* Add a simple flex + btyacc stub.David Walter Seikel2012-01-051-0/+31