Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweaked the output a little. | David Walter Seikel | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | Exercise the lua compiler to, and produce an estimate of compile time. Also ↵ | David Walter Seikel | 2012-01-23 | 1 | -6/+39 |
| | | | | comment out the edje stuff for now. | ||||
* | Replace #ifdef with if or #if. | David Walter Seikel | 2012-01-23 | 1 | -3/+1 |
| | | | | Letting the compiler remove things with unreachable code optimisations, but still allowing it to check the code it removes. | ||||
* | Coz one file is enough, more than that during debugging runs and I run out ↵ | David Walter Seikel | 2012-01-22 | 1 | -0/+3 |
| | | | | of scrollback space. lol | ||||
* | Found a use for that after all. lol | David Walter Seikel | 2012-01-22 | 1 | -1/+3 |
| | |||||
* | Oops, left overs. | David Walter Seikel | 2012-01-22 | 1 | -1/+0 |
| | |||||
* | Basic script compiling instrumentation. | David Walter Seikel | 2012-01-22 | 1 | -0/+8 |
| | |||||
* | Move the test script into the directory where the other tests are, so it's ↵ | David Walter Seikel | 2012-01-22 | 1 | -11/+2 |
| | | | | no longer a special case. Clean up after that. | ||||
* | Disable some of the output, and compile every script in the test sim. | David Walter Seikel | 2012-01-21 | 1 | -6/+28 |
| | |||||
* | Add LSL constants by simply compiling an LSL script with them all, and ↵ | David Walter Seikel | 2012-01-21 | 1 | -2/+2 |
| | | | | keeping the result. | ||||
* | Run both test scripts. | David Walter Seikel | 2012-01-20 | 1 | -0/+2 |
| | |||||
* | Use EFL logging. | David Walter Seikel | 2012-01-17 | 1 | -2/+2 |
| | |||||
* | Merge the compiler into the test harness. Remove excess files. | David Walter Seikel | 2012-01-17 | 1 | -2/+5 |
| | |||||
* | Add a compiler stub. | David Walter Seikel | 2012-01-05 | 1 | -1/+7 |
| | |||||
* | Skeleton of the GUI test harness for the LuaSL script engine. | David Walter Seikel | 2012-01-04 | 1 | -0/+173 |