aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-01-17Store the lexer provided length.David Walter Seikel1-1/+1
2012-01-17Remove unused debug variable.David Walter Seikel1-1/+0
2012-01-17Change that butt ugly name.David Walter Seikel1-10/+10
2012-01-17Use EFL logging.David Walter Seikel1-1/+2
2012-01-17Merge the compiler into the test harness. Remove excess files.David Walter Seikel1-7/+7
2012-01-17Better error message.David Walter Seikel1-0/+1
2012-01-17No need to pass param to these.David Walter Seikel1-3/+3
2012-01-17Change how output and converting is done.David Walter Seikel1-3/+7
2012-01-17Actually make state work. lolDavid Walter Seikel1-2/+2
2012-01-17Parser now understands state, function, and variable derlarations. Including...David Walter Seikel1-23/+36
2012-01-16yylineno does not track colums, so do it myself.David Walter Seikel1-0/+1
2012-01-16Make things more robust against a half arsed parser.David Walter Seikel1-1/+1
2012-01-16Fill out the rest of theparser symbols, and partiallyimplement typecasting.David Walter Seikel1-0/+1
2012-01-16Actually make use of the lexers line and column numbers.David Walter Seikel1-2/+0
2012-01-15Get multi file parsing working.David Walter Seikel1-26/+11
2012-01-14Little bit of clean up.David Walter Seikel1-2/+4
2012-01-13Generic type handling, and add the float type.David Walter Seikel1-1/+94
2012-01-12A failed attempt to handle multiple files.David Walter Seikel1-0/+6
2012-01-12Make the lexer more reentrant, and piss off yyerror.David Walter Seikel1-3/+7
2012-01-12Allow output to a file, and compare the output with the input.David Walter Seikel1-3/+4
2012-01-12More clean up.David Walter Seikel1-9/+4
2012-01-12Some general cleanup.David Walter Seikel1-9/+4
2012-01-12Switch to the lemon parser.David Walter Seikel1-9/+38
2012-01-10Get rid of the comment function.David Walter Seikel1-0/+1
2012-01-10Get rid of the LSL_AST structure, it's all in LSL_Leaf now.David Walter Seikel1-18/+11