| Commit message (Expand) | Author | Files | Lines |
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 separ... | David Walter Seikel | 1 | -1/+1 |
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 paren... | David Walter Seikel | 1 | -1/+2 |
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 b... | David Walter Seikel | 1 | -1/+1 |
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 functi... | David Walter Seikel | 1 | -3/+3 |
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 u... | David Walter Seikel | 1 | -6/+16 |
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 |
2012-01-22 | Consider a script as properly compiled if it passes the diff test. | David Walter Seikel | 1 | -1/+1 |
2012-01-21 | Parse 'crements. | David Walter Seikel | 1 | -0/+1 |
2012-01-21 | More function call, and first part of dealing with using functions before dec... | David Walter Seikel | 1 | -31/+44 |
2012-01-21 | Ah, there ARE key to key operators. | David Walter Seikel | 1 | -0/+1 |
2012-01-21 | Parse function calls, at least the basics. | David Walter Seikel | 1 | -0/+1 |
2012-01-21 | More stuff for parsing blocks and their statement lists. | David Walter Seikel | 1 | -1/+3 |
2012-01-21 | Fix up the comments to match the code, and add more. | David Walter Seikel | 1 | -11/+10 |
2012-01-21 | A better way to do function parameters. NOTE - using an unreleased Eina API ... | David Walter Seikel | 1 | -2/+4 |
2012-01-20 | Allow to compile out the diff check, and the ignore text stuff as that's it's... | David Walter Seikel | 1 | -0/+7 |
2012-01-20 | Clean up parentesis and typecast a bit. | David Walter Seikel | 1 | -2/+1 |
2012-01-20 | More commentry. | David Walter Seikel | 1 | -3/+68 |