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