Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable the diff itself, until I think I'm ready for it. | David Walter Seikel | 2012-01-22 | 1 | -6/+6 |
| | |||||
* | Tidy up the output. | David Walter Seikel | 2012-01-22 | 1 | -2/+2 |
| | |||||
* | Consider a script as properly compiled if it passes the diff test. | David Walter Seikel | 2012-01-22 | 1 | -10/+18 |
| | |||||
* | Patch up a few expression things so that all the MLP scripts parse. | David Walter Seikel | 2012-01-22 | 1 | -33/+36 |
| | |||||
* | Disable some of the output, and compile every script in the test sim. | David Walter Seikel | 2012-01-21 | 1 | -6/+7 |
| | |||||
* | Parse 'crements. | David Walter Seikel | 2012-01-21 | 1 | -0/+10 |
| | |||||
* | Second part of the second pass to clean up functions used before they where ↵ | David Walter Seikel | 2012-01-21 | 1 | -2/+15 |
| | | | | | | declared. Way too easy. B-) | ||||
* | More function call, and first part of dealing with using functions before ↵ | David Walter Seikel | 2012-01-21 | 1 | -18/+59 |
| | | | | declaring them. | ||||
* | Standardise error messages. | David Walter Seikel | 2012-01-21 | 1 | -2/+2 |
| | |||||
* | A comment about function declarations. | David Walter Seikel | 2012-01-21 | 1 | -0/+1 |
| | |||||
* | Ah, there ARE key to key operators. | David Walter Seikel | 2012-01-21 | 1 | -1/+2 |
| | |||||
* | The default state is a different syntax from the other states. | David Walter Seikel | 2012-01-21 | 1 | -2/+10 |
| | |||||
* | Make equality expression types return bool. | David Walter Seikel | 2012-01-21 | 1 | -2/+1 |
| | |||||
* | Parse function calls, at least the basics. | David Walter Seikel | 2012-01-21 | 1 | -1/+48 |
| | |||||
* | Make typecast parse. | David Walter Seikel | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | More stuff for parsing blocks and their statement lists. | David Walter Seikel | 2012-01-21 | 1 | -1/+48 |
| | |||||
* | Add LSL constants by simply compiling an LSL script with them all, and ↵ | David Walter Seikel | 2012-01-21 | 1 | -3/+24 |
| | | | | keeping the result. | ||||
* | A better way to do function parameters. NOTE - using an unreleased Eina API ↵ | David Walter Seikel | 2012-01-21 | 1 | -34/+74 |
| | | | | from SVN. | ||||
* | Some extra debugging. | David Walter Seikel | 2012-01-21 | 1 | -1/+5 |
| | |||||
* | Commentary about freeing AST nodes by the parser. | David Walter Seikel | 2012-01-21 | 1 | -0/+2 |
| | |||||
* | Some diff check tweakage. | David Walter Seikel | 2012-01-21 | 1 | -5/+33 |
| | |||||
* | Clean up parentesis and typecast a bit. | David Walter Seikel | 2012-01-20 | 1 | -23/+20 |
| | |||||
* | More quirk comments. | David Walter Seikel | 2012-01-19 | 1 | -0/+1 |
| | |||||
* | More notes about Lua quirks. | David Walter Seikel | 2012-01-19 | 1 | -0/+15 |
| | |||||
* | Add a note about Lua truth values. | David Walter Seikel | 2012-01-18 | 1 | -0/+1 |
| | |||||
* | Make sure allocated memory is all initialized properly. | David Walter Seikel | 2012-01-18 | 1 | -3/+7 |
| | |||||
* | Variables in the symbol table are AST leaves, NOT LSL_Identifiers. | David Walter Seikel | 2012-01-18 | 1 | -2/+3 |
| | | | | Took a while to track this down. | ||||
* | Fix up negate, and bool_not integer. | David Walter Seikel | 2012-01-17 | 1 | -2/+6 |
| | |||||
* | Move some comments to be more useful. | David Walter Seikel | 2012-01-17 | 1 | -33/+38 |
| | |||||
* | Make sure all leaf's are created unbroken. | David Walter Seikel | 2012-01-17 | 1 | -8/+8 |
| | | | | Still getting broken ones, so something is actively breaking them. | ||||
* | Add function parameters to the search list. | David Walter Seikel | 2012-01-17 | 1 | -9/+31 |
| | |||||
* | Change to the stringshared hash, it's way faster. | David Walter Seikel | 2012-01-17 | 1 | -4/+4 |
| | |||||
* | Some extra protection and debugging, coz something is making broken tokens. B-( | David Walter Seikel | 2012-01-17 | 1 | -4/+10 |
| | |||||
* | More damn operation validation. | David Walter Seikel | 2012-01-17 | 1 | -13/+21 |
| | |||||
* | Check variables, though not looking up function parameters yet. | David Walter Seikel | 2012-01-17 | 1 | -0/+11 |
| | |||||
* | Disable leaf burning for now, it's crashing. | David Walter Seikel | 2012-01-17 | 1 | -5/+4 |
| | |||||
* | A little cleanup. | David Walter Seikel | 2012-01-17 | 1 | -1/+2 |
| | |||||
* | More hacking at figuring out expression types with variables. Still not ↵ | David Walter Seikel | 2012-01-17 | 1 | -1/+15 |
| | | | | working. | ||||
* | Add a variable lookup function. | David Walter Seikel | 2012-01-17 | 1 | -0/+21 |
| | |||||
* | Use eina hash for functions, states, and variables. | David Walter Seikel | 2012-01-17 | 1 | -18/+12 |
| | |||||
* | Using eina string buffer for ignorable text. | David Walter Seikel | 2012-01-17 | 1 | -6/+7 |
| | |||||
* | And now we can combine two functions, since they are identical. | David Walter Seikel | 2012-01-17 | 1 | -11/+4 |
| | |||||
* | Only need one of each in the value union. | David Walter Seikel | 2012-01-17 | 1 | -4/+4 |
| | |||||
* | Use stringshare, and const. | David Walter Seikel | 2012-01-17 | 1 | -2/+2 |
| | |||||
* | Remove unused debug variable. | David Walter Seikel | 2012-01-17 | 1 | -12/+2 |
| | |||||
* | Change that butt ugly name. | David Walter Seikel | 2012-01-17 | 1 | -56/+55 |
| | |||||
* | Use EFL logging. | David Walter Seikel | 2012-01-17 | 1 | -13/+19 |
| | |||||
* | Merge the compiler into the test harness. Remove excess files. | David Walter Seikel | 2012-01-17 | 1 | -0/+1126 |
| | |||||
* | Remove most of the constants, we can put them in Lua globals later. Make ↵ | David Walter Seikel | 2012-01-05 | 1 | -0/+1 |
| | | | | the LSL parner more like the test one. | ||||
* | Add a compiler stub. | David Walter Seikel | 2012-01-05 | 1 | -0/+19 |