aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-03End the file with something useful.David Walter Seikel1-0/+1
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 ↵David Walter Seikel1-2/+4
there, but likes them in table definitions. shrugs
2012-02-03Take care of declerations without asignments.David Walter Seikel2-1/+10
2012-02-03Lua locals.David Walter Seikel2-0/+13
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 Seikel3-87/+60
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 ↵David Walter Seikel2-7/+28
separaters.
2012-02-02Some Lua conversions. Types, typecasts, blocks, list, vector, rotation.David Walter Seikel2-36/+102
2012-02-02Old comment--David Walter Seikel1-1/+0
2012-02-02Disable the diff check again, and count bugs instead.David Walter Seikel3-7/+29
2012-02-02Zaro boogs! B-)David Walter Seikel1-3/+4
2012-02-02White space prettiness.David Walter Seikel1-84/+84
2012-02-02Partially implement parsing/outputting rotations and vectors.David Walter Seikel3-15/+37
2012-02-02Get the right type for identifier subs.David Walter Seikel1-0/+10
2012-02-02Fix up crements ignorables.David Walter Seikel2-1/+14
2012-02-02Numby magic.David Walter Seikel4-10/+60
2012-02-02Tweak the space around crements, still not perfect though.David Walter Seikel1-3/+2
2012-02-02Output state changes properly.David Walter Seikel2-18/+24
2012-02-02Parse dot subbies.David Walter Seikel3-5/+38
2012-02-02Fix up single statement "blocks".David Walter Seikel3-5/+13
2012-02-02Output crements properly.David Walter Seikel3-10/+39
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 ↵David Walter Seikel3-4/+64
parens of flow controls.
2012-02-01Parse and output lists.David Walter Seikel3-3/+39
2012-02-01Deal with parsing if ... else ...David Walter Seikel3-3/+16
2012-02-01Track event handlers differently from functions.David Walter Seikel2-3/+23
2012-02-01Little cleanups.David Walter Seikel2-5/+7
2012-01-31Collect and print function arguments.David Walter Seikel3-8/+56
2012-01-31Commentry++.David Walter Seikel1-1/+4
2012-01-31Put back function call stuff I removed before, and document why it needs to ↵David Walter Seikel2-3/+9
be there so I don't remove it again. lol
2012-01-31Output string tokens.David Walter Seikel1-4/+11
2012-01-31Fix a bunch of statement ignorables.David Walter Seikel3-34/+90
2012-01-31Clean out more old comments. Knew I forgot one.David Walter Seikel1-2/+2
2012-01-31ignorableText -> ignorable coz it's neater. lolDavid Walter Seikel3-37/+38
2012-01-31Statements now have an ignorable array.David Walter Seikel2-11/+13
2012-01-31Clean out some old comments.David Walter Seikel1-6/+2
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 Seikel2-10/+14
2012-01-30Blocks get ignorables now.David Walter Seikel2-8/+24
2012-01-30Don't go outputting duplicate ignorables for function calls and variable ↵David Walter Seikel2-5/+29
references.
2012-01-30No longer storing blocks as leaves. This one required a whole heap of ↵David Walter Seikel2-120/+125
function reordering.
2012-01-30Track function type ignorable, and no need to store the leaf.David Walter Seikel2-4/+6
2012-01-30Clean up dangling function calls.David Walter Seikel2-8/+1