aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_lemon_yaccer.y (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-22Move all source into the new src directory, and shuffle a few other things ar...David Walter Seikel1-0/+0
2014-04-22Move LuaSL source up one directory.David Walter Seikel1-0/+0
2014-04-21Convert LuaSL to use LumbrJack.David Walter Seikel1-4/+4
2012-02-05White space clean up.David Walter Seikel1-3/+3
2012-02-03Oops, did not mean for that to sneak in.David Walter Seikel1-2/+2
2012-02-03Put assignments in their right place.David Walter Seikel1-25/+29
2012-02-03LSL "else if" -> Lua "elseif", and it was a bitch. lolDavid Walter Seikel1-3/+6
2012-02-02Disable the diff check again, and count bugs instead.David Walter Seikel1-0/+3
2012-02-02White space prettiness.David Walter Seikel1-84/+84
2012-02-02Partially implement parsing/outputting rotations and vectors.David Walter Seikel1-9/+6
2012-02-02Numby magic.David Walter Seikel1-2/+2
2012-02-02Parse dot subbies.David Walter Seikel1-2/+2
2012-02-02Fix up single statement "blocks".David Walter Seikel1-4/+4
2012-02-02Output crements properly.David Walter Seikel1-4/+4
2012-02-01Parse and output for statements. Also, take care of ignorables on left paren...David Walter Seikel1-2/+2
2012-02-01Parse and output lists.David Walter Seikel1-1/+1
2012-02-01Deal with parsing if ... else ...David Walter Seikel1-3/+4
2012-02-01Little cleanups.David Walter Seikel1-2/+2
2012-01-31Collect and print function arguments.David Walter Seikel1-3/+3
2012-01-31Fix a bunch of statement ignorables.David Walter Seikel1-17/+17
2012-01-31Clean out more old comments. Knew I forgot one.David Walter Seikel1-2/+2
2012-01-30Don't go outputting duplicate ignorables for function calls and variable refe...David Walter Seikel1-1/+1
2012-01-30Add a new struct for tracking bits of text and the attached ignorable, then u...David Walter Seikel1-2/+2
2012-01-30Remove the else if stuff, and empty function lists. Add the else precedence ...David Walter Seikel1-5/+7
2012-01-30Clean up blocks / single statements. Also got rid of a lot of conflicts.David Walter Seikel1-7/+6
2012-01-30Patch up some more parser stuff.David Walter Seikel1-7/+8
2012-01-30Change the way blocks start and end, the look ahead was screwing things.David Walter Seikel1-1/+5
2012-01-30token -> toKen. Seems to be a key word somewhere, best to be safe.David Walter Seikel1-9/+9
2012-01-28typo--David Walter Seikel1-1/+1
2012-01-28Add some of the flow control stuff, still needs lots of work.David Walter Seikel1-14/+14
2012-01-23Remove the conflict, and the comment. lolDavid Walter Seikel1-2/+0
2012-01-23Document the new parser conflict.David Walter Seikel1-0/+1
2012-01-23Get the dot operator stubbed out so it parses.David Walter Seikel1-1/+1
2012-01-23Stub lists so they work, probaly needs more work.David Walter Seikel1-1/+2
2012-01-23Implement assignments.David Walter Seikel1-7/+7
2012-01-23Fix variable reference being replaced by it's definition.David Walter Seikel1-65/+1
2012-01-23That was just for debugging. Still chasing that bug.David Walter Seikel1-2/+2
2012-01-22Got distracted during debugging. Save for later.David Walter Seikel1-0/+65
2012-01-22Collect function definitions, add them to state blocks.David Walter Seikel1-3/+4
2012-01-22Tidy up the output.David Walter Seikel1-2/+2
2012-01-22Let "state default;" work.David Walter Seikel1-0/+1
2012-01-21Parse 'crements.David Walter Seikel1-4/+4
2012-01-21Standardise error messages.David Walter Seikel1-2/+2
2012-01-21No longer zero pad line numbers.David Walter Seikel1-2/+2
2012-01-21The default state is a different syntax from the other states.David Walter Seikel1-1/+2
2012-01-21Oops, left this off the last commit. More function call parsing.David Walter Seikel1-2/+4
2012-01-21Make typecast parse.David Walter Seikel1-7/+7
2012-01-21More stuff for parsing blocks and their statement lists.David Walter Seikel1-3/+4
2012-01-21Make vectors and rotations parse.David Walter Seikel1-2/+3
2012-01-19More quirk comments.David Walter Seikel1-1/+1