aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-01-30token -> toKen. Seems to be a key word somewhere, best to be safe.David Walter Seikel1-2/+2
2012-01-28Add some of the flow control stuff, still needs lots of work.David Walter Seikel1-8/+12
2012-01-28Document the other Clist use, and change it's name while I'm at it.David Walter Seikel1-3/+3
2012-01-28Now I remember what that was for. Need caffeine. lolDavid Walter Seikel1-2/+2
2012-01-28Some more commentry while I think things through.David Walter Seikel1-4/+24
2012-01-25Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lolDavid Walter Seikel1-0/+7
2012-01-23Make some operations valid.David Walter Seikel1-0/+5
2012-01-23Replace #ifdef with if or #if.David Walter Seikel1-6/+6
2012-01-22Consider a script as properly compiled if it passes the diff test.David Walter Seikel1-1/+1
2012-01-21Parse 'crements.David Walter Seikel1-0/+1
2012-01-21More function call, and first part of dealing with using functions before dec...David Walter Seikel1-31/+44
2012-01-21Ah, there ARE key to key operators.David Walter Seikel1-0/+1
2012-01-21Parse function calls, at least the basics.David Walter Seikel1-0/+1
2012-01-21More stuff for parsing blocks and their statement lists.David Walter Seikel1-1/+3
2012-01-21Fix up the comments to match the code, and add more.David Walter Seikel1-11/+10
2012-01-21A better way to do function parameters. NOTE - using an unreleased Eina API ...David Walter Seikel1-2/+4
2012-01-20Allow to compile out the diff check, and the ignore text stuff as that's it's...David Walter Seikel1-0/+7
2012-01-20Clean up parentesis and typecast a bit.David Walter Seikel1-2/+1
2012-01-20More commentry.David Walter Seikel1-3/+68
2012-01-17Move some comments to be more useful.David Walter Seikel1-29/+0
2012-01-17Add function parameters to the search list.David Walter Seikel1-15/+18
2012-01-17Check variables, though not looking up function parameters yet.David Walter Seikel1-0/+1
2012-01-17A little cleanup.David Walter Seikel1-1/+0
2012-01-17Use eina hash for functions, states, and variables.David Walter Seikel1-10/+9
2012-01-17Using eina string buffer for ignorable text.David Walter Seikel1-2/+2
2012-01-17Only need one of each in the value union.David Walter Seikel1-23/+4
2012-01-17Use stringshare, and const.David Walter Seikel1-11/+11