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