aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL (unfollow)
Commit message (Expand)AuthorFilesLines
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 separ...David Walter Seikel2-7/+28
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 paren...David Walter Seikel3-4/+64
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 b...David Walter Seikel2-3/+9
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 refe...David Walter Seikel2-5/+29
2012-01-30No longer storing blocks as leaves. This one required a whole heap of functi...David Walter Seikel2-120/+125
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
2012-01-30Add a new struct for tracking bits of text and the attached ignorable, then u...David Walter Seikel3-34/+63
2012-01-30Remove the else if stuff, and empty function lists. Add the else precedence ...David Walter Seikel2-6/+7
2012-01-30Clean up blocks / single statements. Also got rid of a lot of conflicts.David Walter Seikel1-7/+6
2012-01-30Patch up some more parser stuff.David Walter Seikel2-13/+16
2012-01-30More comment++David Walter Seikel1-0/+1
2012-01-30Comment++David Walter Seikel1-0/+1
2012-01-30Change the way blocks start and end, the look ahead was screwing things.David Walter Seikel4-14/+26
2012-01-30token -> toKen. Seems to be a key word somewhere, best to be safe.David Walter Seikel4-65/+65