aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_compile.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵David Walter Seikel1-4/+28
references.
2012-01-30No longer storing blocks as leaves. This one required a whole heap of ↵David Walter Seikel1-117/+122
function reordering.
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 ↵David Walter Seikel1-26/+45
use it for names.
2012-01-30Remove the else if stuff, and empty function lists. Add the else precedence ↵David Walter Seikel1-1/+0
hack back in.
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
Letting the compiler remove things with unreachable code optimisations, but still allowing it to check the code it removes.
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 ↵David Walter Seikel1-2/+15
declared. Way too easy. B-)
2012-01-21More function call, and first part of dealing with using functions before ↵David Walter Seikel1-18/+59
declaring them.
2012-01-21Standardise error messages.David Walter Seikel1-2/+2
2012-01-21A comment about function declarations.David Walter Seikel1-0/+1
2012-01-21Ah, there ARE key to key operators.David Walter Seikel1-1/+2
2012-01-21The default state is a different syntax from the other states.David Walter Seikel1-2/+10
2012-01-21Make equality expression types return bool.David Walter Seikel1-2/+1
2012-01-21Parse function calls, at least the basics.David Walter Seikel1-1/+48
2012-01-21Make typecast parse.David Walter Seikel1-1/+1
2012-01-21More stuff for parsing blocks and their statement lists.David Walter Seikel1-1/+48
2012-01-21Add LSL constants by simply compiling an LSL script with them all, and ↵David Walter Seikel1-3/+24
keeping the result.
2012-01-21A better way to do function parameters. NOTE - using an unreleased Eina API ↵David Walter Seikel1-34/+74
from SVN.
2012-01-21Some extra debugging.David Walter Seikel1-1/+5
2012-01-21Commentary about freeing AST nodes by the parser.David Walter Seikel1-0/+2
2012-01-21Some diff check tweakage.David Walter Seikel1-5/+33
2012-01-20Clean up parentesis and typecast a bit.David Walter Seikel1-23/+20
2012-01-19More quirk comments.David Walter Seikel1-0/+1
2012-01-19More notes about Lua quirks.David Walter Seikel1-0/+15
2012-01-18Add a note about Lua truth values.David Walter Seikel1-0/+1