aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-05Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel1-0/+2
2014-04-22Move all source into the new src directory, and shuffle a few other things ar...David Walter Seikel1-0/+0
2014-04-22Move LuaSL source up one directory.David Walter Seikel1-0/+0
2014-04-21Convert LuaSL to use LumbrJack.David Walter Seikel1-2/+2
2012-02-25Remove a whole bunch of stuff we don't need from our luaproc fork, and rearra...David Walter Seikel1-7/+0
2012-02-25Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ...David Walter Seikel1-4/+1
2012-02-19Change over to referring to scripts by SID.David Walter Seikel1-1/+2
2012-02-12Implement compilerError() and compilerWarning(), and pass the client to the c...David Walter Seikel1-1/+2
2012-02-12Little clean ups.David Walter Seikel1-3/+4
2012-02-11Neaten things up a bit.David Walter Seikel1-0/+3
2012-02-08Cleaning up some comments.David Walter Seikel1-17/+0
2012-02-05Remove a lot of old cruft that is no longer needed. Including the eveluator,...David Walter Seikel1-2/+0
2012-02-05White space clean up.David Walter Seikel1-6/+5
2012-02-04Implement typecasts when needed. Actually, doing some extras for the moment.David Walter Seikel1-1/+2
2012-02-04Track those functions and variables that are LSL constants.David Walter Seikel1-1/+3
2012-02-04Fix up "assignments in the middle of expressions is legal in LSL, but not in ...David Walter Seikel1-5/+8
2012-02-03Implement basic states.David Walter Seikel1-0/+1
2012-02-03Final part of the crement Lua implementation.David Walter Seikel1-5/+7
2012-02-03Properly implement Lua crements.David Walter Seikel1-1/+6
2012-02-03Take care of declerations without asignments.David Walter Seikel1-1/+2
2012-02-03Lua locals.David Walter Seikel1-0/+7
2012-02-02More Lua conversions. Concatenate, function arguments and table elemnt separ...David Walter Seikel1-1/+1
2012-02-02Some Lua conversions. Types, typecasts, blocks, list, vector, rotation.David Walter Seikel1-1/+2
2012-02-02Disable the diff check again, and count bugs instead.David Walter Seikel1-0/+1
2012-02-02Partially implement parsing/outputting rotations and vectors.David Walter Seikel1-0/+1
2012-02-02Fix up crements ignorables.David Walter Seikel1-1/+2
2012-02-02Numby magic.David Walter Seikel1-0/+14
2012-02-02Output state changes properly.David Walter Seikel1-1/+1
2012-02-02Parse dot subbies.David Walter Seikel1-1/+2
2012-02-02Fix up single statement "blocks".David Walter Seikel1-0/+1
2012-02-02Output crements properly.David Walter Seikel1-1/+1
2012-02-01Parse and output for statements. Also, take care of ignorables on left paren...David Walter Seikel1-1/+2
2012-02-01Parse and output lists.David Walter Seikel1-0/+1
2012-02-01Deal with parsing if ... else ...David Walter Seikel1-0/+2
2012-02-01Track event handlers differently from functions.David Walter Seikel1-0/+2
2012-01-31Collect and print function arguments.David Walter Seikel1-0/+1
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 Seikel1-1/+1
2012-01-31Fix a bunch of statement ignorables.David Walter Seikel1-1/+1
2012-01-31ignorableText -> ignorable coz it's neater. lolDavid Walter Seikel1-6/+6
2012-01-31Statements now have an ignorable array.David Walter Seikel1-1/+1
2012-01-31Clean out some old comments.David Walter Seikel1-6/+2
2012-01-30Ignorables for statements.David Walter Seikel1-0/+3
2012-01-30Blocks get ignorables now.David Walter Seikel1-0/+4
2012-01-30No longer storing blocks as leaves. This one required a whole heap of functi...David Walter Seikel1-3/+3
2012-01-30Track function type ignorable, and no need to store the leaf.David Walter Seikel1-1/+1
2012-01-30Clean up dangling function calls.David Walter Seikel1-1/+1
2012-01-30Add a new struct for tracking bits of text and the attached ignorable, then u...David Walter Seikel1-6/+16
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 Seikel1-2/+3