| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a lot of old cruft that is no longer needed. Including the eveluator,... | David Walter Seikel | 2012-02-05 | 1 | -2/+0 |
* | White space clean up. | David Walter Seikel | 2012-02-05 | 1 | -6/+5 |
* | Implement typecasts when needed. Actually, doing some extras for the moment. | David Walter Seikel | 2012-02-04 | 1 | -1/+2 |
* | Track those functions and variables that are LSL constants. | David Walter Seikel | 2012-02-04 | 1 | -1/+3 |
* | Fix up "assignments in the middle of expressions is legal in LSL, but not in ... | David Walter Seikel | 2012-02-04 | 1 | -5/+8 |
* | Implement basic states. | David Walter Seikel | 2012-02-03 | 1 | -0/+1 |
* | Final part of the crement Lua implementation. | David Walter Seikel | 2012-02-03 | 1 | -5/+7 |
* | Properly implement Lua crements. | David Walter Seikel | 2012-02-03 | 1 | -1/+6 |
* | Take care of declerations without asignments. | David Walter Seikel | 2012-02-03 | 1 | -1/+2 |
* | Lua locals. | David Walter Seikel | 2012-02-03 | 1 | -0/+7 |
* | More Lua conversions. Concatenate, function arguments and table elemnt separ... | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
* | Some Lua conversions. Types, typecasts, blocks, list, vector, rotation. | David Walter Seikel | 2012-02-02 | 1 | -1/+2 |
* | Disable the diff check again, and count bugs instead. | David Walter Seikel | 2012-02-02 | 1 | -0/+1 |
* | Partially implement parsing/outputting rotations and vectors. | David Walter Seikel | 2012-02-02 | 1 | -0/+1 |
* | Fix up crements ignorables. | David Walter Seikel | 2012-02-02 | 1 | -1/+2 |
* | Numby magic. | David Walter Seikel | 2012-02-02 | 1 | -0/+14 |
* | Output state changes properly. | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
* | Parse dot subbies. | David Walter Seikel | 2012-02-02 | 1 | -1/+2 |
* | Fix up single statement "blocks". | David Walter Seikel | 2012-02-02 | 1 | -0/+1 |
* | Output crements properly. | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
* | Parse and output for statements. Also, take care of ignorables on left paren... | David Walter Seikel | 2012-02-01 | 1 | -1/+2 |
* | Parse and output lists. | David Walter Seikel | 2012-02-01 | 1 | -0/+1 |
* | Deal with parsing if ... else ... | David Walter Seikel | 2012-02-01 | 1 | -0/+2 |
* | Track event handlers differently from functions. | David Walter Seikel | 2012-02-01 | 1 | -0/+2 |
* | Collect and print function arguments. | David Walter Seikel | 2012-01-31 | 1 | -0/+1 |
* | Commentry++. | David Walter Seikel | 2012-01-31 | 1 | -1/+4 |
* | Put back function call stuff I removed before, and document why it needs to b... | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
* | Fix a bunch of statement ignorables. | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
* | ignorableText -> ignorable coz it's neater. lol | David Walter Seikel | 2012-01-31 | 1 | -6/+6 |
* | Statements now have an ignorable array. | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
* | Clean out some old comments. | David Walter Seikel | 2012-01-31 | 1 | -6/+2 |
* | Ignorables for statements. | David Walter Seikel | 2012-01-30 | 1 | -0/+3 |
* | Blocks get ignorables now. | David Walter Seikel | 2012-01-30 | 1 | -0/+4 |
* | No longer storing blocks as leaves. This one required a whole heap of functi... | David Walter Seikel | 2012-01-30 | 1 | -3/+3 |
* | Track function type ignorable, and no need to store the leaf. | David Walter Seikel | 2012-01-30 | 1 | -1/+1 |
* | Clean up dangling function calls. | 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 | -6/+16 |
* | Comment++ | David Walter Seikel | 2012-01-30 | 1 | -0/+1 |
* | Change the way blocks start and end, the look ahead was screwing things. | David Walter Seikel | 2012-01-30 | 1 | -2/+3 |
* | token -> toKen. Seems to be a key word somewhere, best to be safe. | David Walter Seikel | 2012-01-30 | 1 | -2/+2 |
* | Add some of the flow control stuff, still needs lots of work. | David Walter Seikel | 2012-01-28 | 1 | -8/+12 |
* | Document the other Clist use, and change it's name while I'm at it. | David Walter Seikel | 2012-01-28 | 1 | -3/+3 |
* | Now I remember what that was for. Need caffeine. lol | David Walter Seikel | 2012-01-28 | 1 | -2/+2 |
* | Some more commentry while I think things through. | David Walter Seikel | 2012-01-28 | 1 | -4/+24 |
* | Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol | David Walter Seikel | 2012-01-25 | 1 | -0/+7 |
* | Make some operations valid. | David Walter Seikel | 2012-01-23 | 1 | -0/+5 |
* | Replace #ifdef with if or #if. | David Walter Seikel | 2012-01-23 | 1 | -6/+6 |
* | Consider a script as properly compiled if it passes the diff test. | David Walter Seikel | 2012-01-22 | 1 | -1/+1 |
* | Parse 'crements. | David Walter Seikel | 2012-01-21 | 1 | -0/+1 |
* | More function call, and first part of dealing with using functions before dec... | David Walter Seikel | 2012-01-21 | 1 | -31/+44 |