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