aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_compile.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-01-30token -> toKen. Seems to be a key word somewhere, best to be safe.David Walter Seikel1-53/+53
2012-01-28These are nominally blocks, but might just be single statements.David Walter Seikel1-0/+2
2012-01-28Parenthesiss for flow control stuff, not type cast.David Walter Seikel1-1/+1
2012-01-28Add some of the flow control stuff, still needs lots of work.David Walter Seikel1-53/+253
2012-01-28Document the other Clist use, and change it's name while I'm at it.David Walter Seikel1-3/+3
2012-01-23Tweak the whitespace output a bit.David Walter Seikel1-5/+19
2012-01-23Make some operations valid.David Walter Seikel1-6/+10
2012-01-23Fix variable reference being replaced by it's definition.David Walter Seikel1-6/+15
2012-01-23Replace #ifdef with if or #if.David Walter Seikel1-75/+69
2012-01-22Clean up the block, state, and statement output LSL.David Walter Seikel1-5/+6
2012-01-22This is why states where not printing properly.David Walter Seikel1-0/+1
2012-01-22Function definitions are statements now.David Walter Seikel1-1/+9
2012-01-22Output function calls.David Walter Seikel1-1/+14
2012-01-22Disable the diff itself, until I think I'm ready for it.David Walter Seikel1-6/+6
2012-01-22Tidy up the output.David Walter Seikel1-2/+2
2012-01-22Consider a script as properly compiled if it passes the diff test.David Walter Seikel1-10/+18
2012-01-22Patch up a few expression things so that all the MLP scripts parse.David Walter Seikel1-33/+36
2012-01-21Disable some of the output, and compile every script in the test sim.David Walter Seikel1-6/+7
2012-01-21Parse 'crements.David Walter Seikel1-0/+10
2012-01-21Second part of the second pass to clean up functions used before they where d...David Walter Seikel1-2/+15