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