aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-04Track those functions and variables that are LSL constants.David Walter Seikel2-3/+16
2012-02-04Fix up "assignments in the middle of expressions is legal in LSL, but not in ...David Walter Seikel2-51/+132
2012-02-04Prepend all our generated names with an underscore, might help stop name polu...David Walter Seikel1-25/+25
2012-02-04Make states actually work.David Walter Seikel1-6/+6
2012-02-03Implement basic states.David Walter Seikel2-6/+22
2012-02-03Assignments in the middle of expressions is legal in LSL, but not in Lua. Bu...David Walter Seikel1-0/+35
2012-02-03Separate else and if if it's not an actual elseif.David Walter Seikel1-1/+1
2012-02-03Make it easier to debug misplaced ends.David Walter Seikel1-6/+9
2012-02-03Final part of the crement Lua implementation.David Walter Seikel2-22/+37
2012-02-03Forgot about labels.David Walter Seikel1-0/+9
2012-02-03Oops, did not mean for that to sneak in.David Walter Seikel1-2/+2
2012-02-03Put assignments in their right place.David Walter Seikel2-33/+39
2012-02-03Properly implement Lua crements.David Walter Seikel2-54/+59
2012-02-03Translating crements to Lua is damned hard. Leaving it for later, but let it...David Walter Seikel1-6/+6
2012-02-03Comment even tricksier bit crement cases.David Walter Seikel1-1/+3
2012-02-03Commenting out the duplication of conditionals at the end.David Walter Seikel1-6/+7
2012-02-03Half arsed bit ops, does not even result in compilable Lua sometimes.David Walter Seikel1-8/+43
2012-02-03Switch to using LuaJIT for compiling.David Walter Seikel1-1/+1
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 t...David Walter Seikel1-2/+4
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 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