Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a whole bunch of stuff we don't need from our luaproc fork, and ↵ | David Walter Seikel | 2012-02-25 | 1 | -7/+0 |
| | | | | rearrange what's left. | ||||
* | Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ↵ | David Walter Seikel | 2012-02-25 | 1 | -4/+1 |
| | | | | | | luaproc list with Eina_Clist. From this point on, luaproc is officialy forked. | ||||
* | Change over to referring to scripts by SID. | David Walter Seikel | 2012-02-19 | 1 | -1/+2 |
| | |||||
* | Implement compilerError() and compilerWarning(), and pass the client to the ↵ | David Walter Seikel | 2012-02-12 | 1 | -1/+2 |
| | | | | compiler so it can use them.. | ||||
* | Little clean ups. | David Walter Seikel | 2012-02-12 | 1 | -3/+4 |
| | |||||
* | Neaten things up a bit. | David Walter Seikel | 2012-02-11 | 1 | -0/+3 |
| | |||||
* | Cleaning up some comments. | David Walter Seikel | 2012-02-08 | 1 | -17/+0 |
| | |||||
* | Remove a lot of old cruft that is no longer needed. Including the ↵ | David Walter Seikel | 2012-02-05 | 1 | -2/+0 |
| | | | | eveluator, we can do that with test scripts now. | ||||
* | White space clean up. | David Walter Seikel | 2012-02-05 | 1 | -6/+5 |
| | |||||
* | Implement typecasts when needed. Actually, doing some extras for the moment. | David Walter Seikel | 2012-02-04 | 1 | -1/+2 |
| | |||||
* | Track those functions and variables that are LSL constants. | David Walter Seikel | 2012-02-04 | 1 | -1/+3 |
| | |||||
* | Fix up "assignments in the middle of expressions is legal in LSL, but not in ↵ | David Walter Seikel | 2012-02-04 | 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. | ||||
* | Implement basic states. | David Walter Seikel | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Final part of the crement Lua implementation. | David Walter Seikel | 2012-02-03 | 1 | -5/+7 |
| | |||||
* | Properly implement Lua crements. | David Walter Seikel | 2012-02-03 | 1 | -1/+6 |
| | |||||
* | Take care of declerations without asignments. | David Walter Seikel | 2012-02-03 | 1 | -1/+2 |
| | |||||
* | Lua locals. | David Walter Seikel | 2012-02-03 | 1 | -0/+7 |
| | |||||
* | More Lua conversions. Concatenate, function arguments and table elemnt ↵ | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
| | | | | separaters. | ||||
* | Some Lua conversions. Types, typecasts, blocks, list, vector, rotation. | David Walter Seikel | 2012-02-02 | 1 | -1/+2 |
| | |||||
* | Disable the diff check again, and count bugs instead. | David Walter Seikel | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Partially implement parsing/outputting rotations and vectors. | David Walter Seikel | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Fix up crements ignorables. | David Walter Seikel | 2012-02-02 | 1 | -1/+2 |
| | |||||
* | Numby magic. | David Walter Seikel | 2012-02-02 | 1 | -0/+14 |
| | |||||
* | Output state changes properly. | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Parse dot subbies. | David Walter Seikel | 2012-02-02 | 1 | -1/+2 |
| | |||||
* | Fix up single statement "blocks". | David Walter Seikel | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Output crements properly. | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Parse and output for statements. Also, take care of ignorables on left ↵ | David Walter Seikel | 2012-02-01 | 1 | -1/+2 |
| | | | | parens of flow controls. | ||||
* | Parse and output lists. | David Walter Seikel | 2012-02-01 | 1 | -0/+1 |
| | |||||
* | Deal with parsing if ... else ... | David Walter Seikel | 2012-02-01 | 1 | -0/+2 |
| | |||||
* | Track event handlers differently from functions. | David Walter Seikel | 2012-02-01 | 1 | -0/+2 |
| | |||||
* | Collect and print function arguments. | David Walter Seikel | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | Commentry++. | David Walter Seikel | 2012-01-31 | 1 | -1/+4 |
| | |||||
* | Put back function call stuff I removed before, and document why it needs to ↵ | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
| | | | | be there so I don't remove it again. lol | ||||
* | Fix a bunch of statement ignorables. | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | ignorableText -> ignorable coz it's neater. lol | David Walter Seikel | 2012-01-31 | 1 | -6/+6 |
| | |||||
* | Statements now have an ignorable array. | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Clean out some old comments. | David Walter Seikel | 2012-01-31 | 1 | -6/+2 |
| | |||||
* | Ignorables for statements. | David Walter Seikel | 2012-01-30 | 1 | -0/+3 |
| | |||||
* | Blocks get ignorables now. | David Walter Seikel | 2012-01-30 | 1 | -0/+4 |
| | |||||
* | No longer storing blocks as leaves. This one required a whole heap of ↵ | David Walter Seikel | 2012-01-30 | 1 | -3/+3 |
| | | | | function reordering. | ||||
* | Track function type ignorable, and no need to store the leaf. | David Walter Seikel | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Clean up dangling function calls. | David Walter Seikel | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Add a new struct for tracking bits of text and the attached ignorable, then ↵ | David Walter Seikel | 2012-01-30 | 1 | -6/+16 |
| | | | | use it for names. | ||||
* | Comment++ | David Walter Seikel | 2012-01-30 | 1 | -0/+1 |
| | |||||
* | Change the way blocks start and end, the look ahead was screwing things. | David Walter Seikel | 2012-01-30 | 1 | -2/+3 |
| | |||||
* | token -> toKen. Seems to be a key word somewhere, best to be safe. | David Walter Seikel | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | Add some of the flow control stuff, still needs lots of work. | David Walter Seikel | 2012-01-28 | 1 | -8/+12 |
| | |||||
* | Document the other Clist use, and change it's name while I'm at it. | David Walter Seikel | 2012-01-28 | 1 | -3/+3 |
| | |||||
* | Now I remember what that was for. Need caffeine. lol | David Walter Seikel | 2012-01-28 | 1 | -2/+2 |
| |