Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assignments in the middle of expressions is legal in LSL, but not in Lua. ↵ | David Walter Seikel | 2012-02-03 | 1 | -0/+35 |
| | | | | Bump that problem until later. | ||||
* | Separate else and if if it's not an actual elseif. | David Walter Seikel | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Make it easier to debug misplaced ends. | David Walter Seikel | 2012-02-03 | 1 | -6/+9 |
| | |||||
* | Final part of the crement Lua implementation. | David Walter Seikel | 2012-02-03 | 1 | -17/+30 |
| | |||||
* | Forgot about labels. | David Walter Seikel | 2012-02-03 | 1 | -0/+9 |
| | |||||
* | Put assignments in their right place. | David Walter Seikel | 2012-02-03 | 1 | -8/+10 |
| | |||||
* | Properly implement Lua crements. | David Walter Seikel | 2012-02-03 | 1 | -53/+53 |
| | |||||
* | Translating crements to Lua is damned hard. Leaving it for later, but let ↵ | David Walter Seikel | 2012-02-03 | 1 | -6/+6 |
| | | | | it compile at least. | ||||
* | Comment even tricksier bit crement cases. | David Walter Seikel | 2012-02-03 | 1 | -1/+3 |
| | |||||
* | Commenting out the duplication of conditionals at the end. | David Walter Seikel | 2012-02-03 | 1 | -6/+7 |
| | |||||
* | Half arsed bit ops, does not even result in compilable Lua sometimes. | David Walter Seikel | 2012-02-03 | 1 | -8/+43 |
| | |||||
* | Switch to using LuaJIT for compiling. | David Walter Seikel | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | End the file with something useful. | David Walter Seikel | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Implement Lua boolean operations. | David Walter Seikel | 2012-02-03 | 1 | -0/+6 |
| | |||||
* | Only slightly less half arsed state. lol | David Walter Seikel | 2012-02-03 | 1 | -2/+2 |
| | |||||
* | Half arsed Lua implementation of state and state change. | David Walter Seikel | 2012-02-03 | 1 | -5/+26 |
| | |||||
* | Properly convert special asignments, and not equals. | David Walter Seikel | 2012-02-03 | 1 | -1/+7 |
| | |||||
* | Actually Lua compile the result. | David Walter Seikel | 2012-02-03 | 1 | -1/+8 |
| | |||||
* | Don't put extra comma at end of function parameter list, Lua don't lik them ↵ | David Walter Seikel | 2012-02-03 | 1 | -2/+4 |
| | | | | there, but likes them in table definitions. shrugs | ||||
* | Take care of declerations without asignments. | David Walter Seikel | 2012-02-03 | 1 | -0/+8 |
| | |||||
* | Lua locals. | David Walter Seikel | 2012-02-03 | 1 | -0/+6 |
| | |||||
* | Half arsed Lua crement implementation. | David Walter Seikel | 2012-02-03 | 1 | -18/+81 |
| | |||||
* | LSL "else if" -> Lua "elseif", and it was a bitch. lol | David Walter Seikel | 2012-02-03 | 1 | -84/+53 |
| | |||||
* | More Lua conversions. For, if, else, elseif (sorta), and while. | David Walter Seikel | 2012-02-02 | 1 | -6/+116 |
| | |||||
* | More Lua conversions. Concatenate, function arguments and table elemnt ↵ | David Walter Seikel | 2012-02-02 | 1 | -6/+27 |
| | | | | separaters. | ||||
* | Some Lua conversions. Types, typecasts, blocks, list, vector, rotation. | David Walter Seikel | 2012-02-02 | 1 | -35/+100 |
| | |||||
* | Old comment-- | David Walter Seikel | 2012-02-02 | 1 | -1/+0 |
| | |||||
* | Disable the diff check again, and count bugs instead. | David Walter Seikel | 2012-02-02 | 1 | -7/+25 |
| | |||||
* | Zaro boogs! B-) | David Walter Seikel | 2012-02-02 | 1 | -3/+4 |
| | |||||
* | Partially implement parsing/outputting rotations and vectors. | David Walter Seikel | 2012-02-02 | 1 | -6/+30 |
| | |||||
* | Get the right type for identifier subs. | David Walter Seikel | 2012-02-02 | 1 | -0/+10 |
| | |||||
* | Fix up crements ignorables. | David Walter Seikel | 2012-02-02 | 1 | -0/+12 |
| | |||||
* | Numby magic. | David Walter Seikel | 2012-02-02 | 1 | -6/+42 |
| | |||||
* | Tweak the space around crements, still not perfect though. | David Walter Seikel | 2012-02-02 | 1 | -3/+2 |
| | |||||
* | Output state changes properly. | David Walter Seikel | 2012-02-02 | 1 | -17/+23 |
| | |||||
* | Parse dot subbies. | David Walter Seikel | 2012-02-02 | 1 | -2/+34 |
| | |||||
* | Fix up single statement "blocks". | David Walter Seikel | 2012-02-02 | 1 | -1/+8 |
| | |||||
* | Output crements properly. | David Walter Seikel | 2012-02-02 | 1 | -5/+34 |
| | |||||
* | Ignore white space diffences for now. | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Turn on diffing again, getting hard to tell the difference manually. | David Walter Seikel | 2012-02-01 | 1 | -7/+7 |
| | |||||
* | Parse and output for statements. Also, take care of ignorables on left ↵ | David Walter Seikel | 2012-02-01 | 1 | -1/+60 |
| | | | | parens of flow controls. | ||||
* | Parse and output lists. | David Walter Seikel | 2012-02-01 | 1 | -2/+37 |
| | |||||
* | Deal with parsing if ... else ... | David Walter Seikel | 2012-02-01 | 1 | -0/+10 |
| | |||||
* | Track event handlers differently from functions. | David Walter Seikel | 2012-02-01 | 1 | -3/+21 |
| | |||||
* | Little cleanups. | David Walter Seikel | 2012-02-01 | 1 | -3/+5 |
| | |||||
* | Collect and print function arguments. | David Walter Seikel | 2012-01-31 | 1 | -5/+52 |
| | |||||
* | Put back function call stuff I removed before, and document why it needs to ↵ | David Walter Seikel | 2012-01-31 | 1 | -2/+8 |
| | | | | be there so I don't remove it again. lol | ||||
* | Output string tokens. | David Walter Seikel | 2012-01-31 | 1 | -4/+11 |
| | |||||
* | Fix a bunch of statement ignorables. | David Walter Seikel | 2012-01-31 | 1 | -16/+72 |
| | |||||
* | ignorableText -> ignorable coz it's neater. lol | David Walter Seikel | 2012-01-31 | 1 | -28/+29 |
| |