aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_compile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Properly convert special asignments, and not equals.David Walter Seikel2012-02-031-1/+7
* Actually Lua compile the result.David Walter Seikel2012-02-031-1/+8
* Don't put extra comma at end of function parameter list, Lua don't lik them t...David Walter Seikel2012-02-031-2/+4
* Take care of declerations without asignments.David Walter Seikel2012-02-031-0/+8
* Lua locals.David Walter Seikel2012-02-031-0/+6
* Half arsed Lua crement implementation.David Walter Seikel2012-02-031-18/+81
* LSL "else if" -> Lua "elseif", and it was a bitch. lolDavid Walter Seikel2012-02-031-84/+53
* More Lua conversions. For, if, else, elseif (sorta), and while.David Walter Seikel2012-02-021-6/+116
* More Lua conversions. Concatenate, function arguments and table elemnt separ...David Walter Seikel2012-02-021-6/+27
* Some Lua conversions. Types, typecasts, blocks, list, vector, rotation.David Walter Seikel2012-02-021-35/+100
* Old comment--David Walter Seikel2012-02-021-1/+0
* Disable the diff check again, and count bugs instead.David Walter Seikel2012-02-021-7/+25
* Zaro boogs! B-)David Walter Seikel2012-02-021-3/+4
* Partially implement parsing/outputting rotations and vectors.David Walter Seikel2012-02-021-6/+30
* Get the right type for identifier subs.David Walter Seikel2012-02-021-0/+10
* Fix up crements ignorables.David Walter Seikel2012-02-021-0/+12
* Numby magic.David Walter Seikel2012-02-021-6/+42
* Tweak the space around crements, still not perfect though.David Walter Seikel2012-02-021-3/+2
* Output state changes properly.David Walter Seikel2012-02-021-17/+23
* Parse dot subbies.David Walter Seikel2012-02-021-2/+34
* Fix up single statement "blocks".David Walter Seikel2012-02-021-1/+8
* Output crements properly.David Walter Seikel2012-02-021-5/+34
* Ignore white space diffences for now.David Walter Seikel2012-02-021-1/+1
* Turn on diffing again, getting hard to tell the difference manually.David Walter Seikel2012-02-011-7/+7
* Parse and output for statements. Also, take care of ignorables on left paren...David Walter Seikel2012-02-011-1/+60
* Parse and output lists.David Walter Seikel2012-02-011-2/+37
* Deal with parsing if ... else ...David Walter Seikel2012-02-011-0/+10
* Track event handlers differently from functions.David Walter Seikel2012-02-011-3/+21
* Little cleanups.David Walter Seikel2012-02-011-3/+5
* Collect and print function arguments.David Walter Seikel2012-01-311-5/+52
* Put back function call stuff I removed before, and document why it needs to b...David Walter Seikel2012-01-311-2/+8
* Output string tokens.David Walter Seikel2012-01-311-4/+11
* Fix a bunch of statement ignorables.David Walter Seikel2012-01-311-16/+72
* ignorableText -> ignorable coz it's neater. lolDavid Walter Seikel2012-01-311-28/+29
* Statements now have an ignorable array.David Walter Seikel2012-01-311-10/+12
* Clean up the new ignorable code so they compile out when disabled.David Walter Seikel2012-01-301-4/+21
* Ignorables for statements.David Walter Seikel2012-01-301-10/+11
* Blocks get ignorables now.David Walter Seikel2012-01-301-8/+20
* Don't go outputting duplicate ignorables for function calls and variable refe...David Walter Seikel2012-01-301-4/+28
* No longer storing blocks as leaves. This one required a whole heap of functi...David Walter Seikel2012-01-301-117/+122
* Track function type ignorable, and no need to store the leaf.David Walter Seikel2012-01-301-3/+5
* Clean up dangling function calls.David Walter Seikel2012-01-301-7/+0
* Add a new struct for tracking bits of text and the attached ignorable, then u...David Walter Seikel2012-01-301-26/+45
* Remove the else if stuff, and empty function lists. Add the else precedence ...David Walter Seikel2012-01-301-1/+0
* Patch up some more parser stuff.David Walter Seikel2012-01-301-6/+8
* More comment++David Walter Seikel2012-01-301-0/+1
* Change the way blocks start and end, the look ahead was screwing things.David Walter Seikel2012-01-301-9/+16
* token -> toKen. Seems to be a key word somewhere, best to be safe.David Walter Seikel2012-01-301-53/+53
* These are nominally blocks, but might just be single statements.David Walter Seikel2012-01-281-0/+2
* Parenthesiss for flow control stuff, not type cast.David Walter Seikel2012-01-281-1/+1