aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Document the other Clist use, and change it's name while I'm at it.David Walter Seikel2012-01-281-3/+3
|
* Now I remember what that was for. Need caffeine. lolDavid Walter Seikel2012-01-281-2/+2
|
* Some more commentry while I think things through.David Walter Seikel2012-01-281-4/+24
|
* Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lolDavid Walter Seikel2012-01-251-0/+7
|
* Make some operations valid.David Walter Seikel2012-01-231-0/+5
|
* Replace #ifdef with if or #if.David Walter Seikel2012-01-231-6/+6
| | | | Letting the compiler remove things with unreachable code optimisations, but still allowing it to check the code it removes.
* Consider a script as properly compiled if it passes the diff test.David Walter Seikel2012-01-221-1/+1
|
* Parse 'crements.David Walter Seikel2012-01-211-0/+1
|
* More function call, and first part of dealing with using functions before ↵David Walter Seikel2012-01-211-31/+44
| | | | declaring them.
* Ah, there ARE key to key operators.David Walter Seikel2012-01-211-0/+1
|
* Parse function calls, at least the basics.David Walter Seikel2012-01-211-0/+1
|
* More stuff for parsing blocks and their statement lists.David Walter Seikel2012-01-211-1/+3
|
* Fix up the comments to match the code, and add more.David Walter Seikel2012-01-211-11/+10
|
* A better way to do function parameters. NOTE - using an unreleased Eina API ↵David Walter Seikel2012-01-211-2/+4
| | | | from SVN.
* Allow to compile out the diff check, and the ignore text stuff as that's ↵David Walter Seikel2012-01-201-0/+7
| | | | it's only purpose.
* Clean up parentesis and typecast a bit.David Walter Seikel2012-01-201-2/+1
|
* More commentry.David Walter Seikel2012-01-201-3/+68
|
* Move some comments to be more useful.David Walter Seikel2012-01-171-29/+0
|
* Add function parameters to the search list.David Walter Seikel2012-01-171-15/+18
|
* Check variables, though not looking up function parameters yet.David Walter Seikel2012-01-171-0/+1
|
* A little cleanup.David Walter Seikel2012-01-171-1/+0
|
* Use eina hash for functions, states, and variables.David Walter Seikel2012-01-171-10/+9
|
* Using eina string buffer for ignorable text.David Walter Seikel2012-01-171-2/+2
|
* Only need one of each in the value union.David Walter Seikel2012-01-171-23/+4
|
* Use stringshare, and const.David Walter Seikel2012-01-171-11/+11
|
* Store the lexer provided length.David Walter Seikel2012-01-171-1/+1
|
* Remove unused debug variable.David Walter Seikel2012-01-171-1/+0
|
* Change that butt ugly name.David Walter Seikel2012-01-171-10/+10
|
* Use EFL logging.David Walter Seikel2012-01-171-1/+2
|
* Merge the compiler into the test harness. Remove excess files.David Walter Seikel2012-01-171-7/+7
|
* Better error message.David Walter Seikel2012-01-171-0/+1
|
* No need to pass param to these.David Walter Seikel2012-01-171-3/+3
|
* Change how output and converting is done.David Walter Seikel2012-01-171-3/+7
|
* Actually make state work. lolDavid Walter Seikel2012-01-171-2/+2
|
* Parser now understands state, function, and variable derlarations. ↵David Walter Seikel2012-01-171-23/+36
| | | | Including scope. :-P
* yylineno does not track colums, so do it myself.David Walter Seikel2012-01-161-0/+1
|
* Make things more robust against a half arsed parser.David Walter Seikel2012-01-161-1/+1
|
* Fill out the rest of theparser symbols, and partiallyimplement typecasting.David Walter Seikel2012-01-161-0/+1
|
* Actually make use of the lexers line and column numbers.David Walter Seikel2012-01-161-2/+0
|
* Get multi file parsing working.David Walter Seikel2012-01-151-26/+11
|
* Little bit of clean up.David Walter Seikel2012-01-141-2/+4
|
* Generic type handling, and add the float type.David Walter Seikel2012-01-131-1/+94
|
* A failed attempt to handle multiple files.David Walter Seikel2012-01-121-0/+6
|
* Make the lexer more reentrant, and piss off yyerror.David Walter Seikel2012-01-121-3/+7
|
* Allow output to a file, and compare the output with the input.David Walter Seikel2012-01-121-3/+4
|
* More clean up.David Walter Seikel2012-01-121-9/+4
|
* Some general cleanup.David Walter Seikel2012-01-121-9/+4
|
* Switch to the lemon parser.David Walter Seikel2012-01-121-9/+38
|
* Get rid of the comment function.David Walter Seikel2012-01-101-0/+1
|
* Get rid of the LSL_AST structure, it's all in LSL_Leaf now.David Walter Seikel2012-01-101-18/+11
|