| Commit message (Expand) | Author | Files | Lines |
2012-01-30 | token -> toKen. Seems to be a key word somewhere, best to be safe. | David Walter Seikel | 1 | -53/+53 |
2012-01-28 | These are nominally blocks, but might just be single statements. | David Walter Seikel | 1 | -0/+2 |
2012-01-28 | Parenthesiss for flow control stuff, not type cast. | David Walter Seikel | 1 | -1/+1 |
2012-01-28 | Add some of the flow control stuff, still needs lots of work. | David Walter Seikel | 1 | -53/+253 |
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-23 | Tweak the whitespace output a bit. | David Walter Seikel | 1 | -5/+19 |
2012-01-23 | Make some operations valid. | David Walter Seikel | 1 | -6/+10 |
2012-01-23 | Fix variable reference being replaced by it's definition. | David Walter Seikel | 1 | -6/+15 |
2012-01-23 | Replace #ifdef with if or #if. | David Walter Seikel | 1 | -75/+69 |
2012-01-22 | Clean up the block, state, and statement output LSL. | David Walter Seikel | 1 | -5/+6 |
2012-01-22 | This is why states where not printing properly. | David Walter Seikel | 1 | -0/+1 |
2012-01-22 | Function definitions are statements now. | David Walter Seikel | 1 | -1/+9 |
2012-01-22 | Output function calls. | David Walter Seikel | 1 | -1/+14 |
2012-01-22 | Disable the diff itself, until I think I'm ready for it. | David Walter Seikel | 1 | -6/+6 |
2012-01-22 | Tidy up the output. | David Walter Seikel | 1 | -2/+2 |
2012-01-22 | Consider a script as properly compiled if it passes the diff test. | David Walter Seikel | 1 | -10/+18 |
2012-01-22 | Patch up a few expression things so that all the MLP scripts parse. | David Walter Seikel | 1 | -33/+36 |
2012-01-21 | Disable some of the output, and compile every script in the test sim. | David Walter Seikel | 1 | -6/+7 |
2012-01-21 | Parse 'crements. | David Walter Seikel | 1 | -0/+10 |
2012-01-21 | Second part of the second pass to clean up functions used before they where d... | David Walter Seikel | 1 | -2/+15 |
2012-01-21 | More function call, and first part of dealing with using functions before dec... | David Walter Seikel | 1 | -18/+59 |
2012-01-21 | Standardise error messages. | David Walter Seikel | 1 | -2/+2 |
2012-01-21 | A comment about function declarations. | David Walter Seikel | 1 | -0/+1 |
2012-01-21 | Ah, there ARE key to key operators. | David Walter Seikel | 1 | -1/+2 |
2012-01-21 | The default state is a different syntax from the other states. | David Walter Seikel | 1 | -2/+10 |
2012-01-21 | Make equality expression types return bool. | David Walter Seikel | 1 | -2/+1 |
2012-01-21 | Parse function calls, at least the basics. | David Walter Seikel | 1 | -1/+48 |
2012-01-21 | Make typecast parse. | David Walter Seikel | 1 | -1/+1 |
2012-01-21 | More stuff for parsing blocks and their statement lists. | David Walter Seikel | 1 | -1/+48 |
2012-01-21 | Add LSL constants by simply compiling an LSL script with them all, and keepin... | David Walter Seikel | 1 | -3/+24 |
2012-01-21 | A better way to do function parameters. NOTE - using an unreleased Eina API ... | David Walter Seikel | 1 | -34/+74 |
2012-01-21 | Some extra debugging. | David Walter Seikel | 1 | -1/+5 |
2012-01-21 | Commentary about freeing AST nodes by the parser. | David Walter Seikel | 1 | -0/+2 |
2012-01-21 | Some diff check tweakage. | David Walter Seikel | 1 | -5/+33 |
2012-01-20 | Clean up parentesis and typecast a bit. | David Walter Seikel | 1 | -23/+20 |
2012-01-19 | More quirk comments. | David Walter Seikel | 1 | -0/+1 |
2012-01-19 | More notes about Lua quirks. | David Walter Seikel | 1 | -0/+15 |
2012-01-18 | Add a note about Lua truth values. | David Walter Seikel | 1 | -0/+1 |
2012-01-18 | Make sure allocated memory is all initialized properly. | David Walter Seikel | 1 | -3/+7 |
2012-01-18 | Variables in the symbol table are AST leaves, NOT LSL_Identifiers. | David Walter Seikel | 1 | -2/+3 |
2012-01-17 | Fix up negate, and bool_not integer. | David Walter Seikel | 1 | -2/+6 |
2012-01-17 | Move some comments to be more useful. | David Walter Seikel | 1 | -33/+38 |
2012-01-17 | Make sure all leaf's are created unbroken. | David Walter Seikel | 1 | -8/+8 |
2012-01-17 | Add function parameters to the search list. | David Walter Seikel | 1 | -9/+31 |
2012-01-17 | Change to the stringshared hash, it's way faster. | David Walter Seikel | 1 | -4/+4 |
2012-01-17 | Some extra protection and debugging, coz something is making broken tokens. B-( | David Walter Seikel | 1 | -4/+10 |
2012-01-17 | More damn operation validation. | David Walter Seikel | 1 | -13/+21 |
2012-01-17 | Check variables, though not looking up function parameters yet. | David Walter Seikel | 1 | -0/+11 |
2012-01-17 | Disable leaf burning for now, it's crashing. | David Walter Seikel | 1 | -5/+4 |
2012-01-17 | A little cleanup. | David Walter Seikel | 1 | -1/+2 |