aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move LuaSL source up one directory.David Walter Seikel2014-04-221-443/+0
|
* Convert LuaSL to use LumbrJack.David Walter Seikel2014-04-211-2/+2
|
* Remove a whole bunch of stuff we don't need from our luaproc fork, and ↵David Walter Seikel2012-02-251-7/+0
| | | | rearrange what's left.
* Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ↵David Walter Seikel2012-02-251-4/+1
| | | | | | luaproc list with Eina_Clist. From this point on, luaproc is officialy forked.
* Change over to referring to scripts by SID.David Walter Seikel2012-02-191-1/+2
|
* Implement compilerError() and compilerWarning(), and pass the client to the ↵David Walter Seikel2012-02-121-1/+2
| | | | compiler so it can use them..
* Little clean ups.David Walter Seikel2012-02-121-3/+4
|
* Neaten things up a bit.David Walter Seikel2012-02-111-0/+3
|
* Cleaning up some comments.David Walter Seikel2012-02-081-17/+0
|
* Remove a lot of old cruft that is no longer needed. Including the ↵David Walter Seikel2012-02-051-2/+0
| | | | eveluator, we can do that with test scripts now.
* White space clean up.David Walter Seikel2012-02-051-6/+5
|
* Implement typecasts when needed. Actually, doing some extras for the moment.David Walter Seikel2012-02-041-1/+2
|
* Track those functions and variables that are LSL constants.David Walter Seikel2012-02-041-1/+3
|
* Fix up "assignments in the middle of expressions is legal in LSL, but not in ↵David Walter Seikel2012-02-041-5/+8
| | | | | | Lua" problem. Note, only got one of these in the test scripts, so leaving copious debugging shat laying around for further testing.
* Implement basic states.David Walter Seikel2012-02-031-0/+1
|
* Final part of the crement Lua implementation.David Walter Seikel2012-02-031-5/+7
|
* Properly implement Lua crements.David Walter Seikel2012-02-031-1/+6
|
* Take care of declerations without asignments.David Walter Seikel2012-02-031-1/+2
|
* Lua locals.David Walter Seikel2012-02-031-0/+7
|
* More Lua conversions. Concatenate, function arguments and table elemnt ↵David Walter Seikel2012-02-021-1/+1
| | | | separaters.
* Some Lua conversions. Types, typecasts, blocks, list, vector, rotation.David Walter Seikel2012-02-021-1/+2
|
* Disable the diff check again, and count bugs instead.David Walter Seikel2012-02-021-0/+1
|
* Partially implement parsing/outputting rotations and vectors.David Walter Seikel2012-02-021-0/+1
|
* Fix up crements ignorables.David Walter Seikel2012-02-021-1/+2
|
* Numby magic.David Walter Seikel2012-02-021-0/+14
|
* Output state changes properly.David Walter Seikel2012-02-021-1/+1
|
* Parse dot subbies.David Walter Seikel2012-02-021-1/+2
|
* Fix up single statement "blocks".David Walter Seikel2012-02-021-0/+1
|
* Output crements properly.David Walter Seikel2012-02-021-1/+1
|
* Parse and output for statements. Also, take care of ignorables on left ↵David Walter Seikel2012-02-011-1/+2
| | | | parens of flow controls.
* Parse and output lists.David Walter Seikel2012-02-011-0/+1
|
* Deal with parsing if ... else ...David Walter Seikel2012-02-011-0/+2
|
* Track event handlers differently from functions.David Walter Seikel2012-02-011-0/+2
|
* Collect and print function arguments.David Walter Seikel2012-01-311-0/+1
|
* Commentry++.David Walter Seikel2012-01-311-1/+4
|
* Put back function call stuff I removed before, and document why it needs to ↵David Walter Seikel2012-01-311-1/+1
| | | | be there so I don't remove it again. lol
* Fix a bunch of statement ignorables.David Walter Seikel2012-01-311-1/+1
|
* ignorableText -> ignorable coz it's neater. lolDavid Walter Seikel2012-01-311-6/+6
|
* Statements now have an ignorable array.David Walter Seikel2012-01-311-1/+1
|
* Clean out some old comments.David Walter Seikel2012-01-311-6/+2
|
* Ignorables for statements.David Walter Seikel2012-01-301-0/+3
|
* Blocks get ignorables now.David Walter Seikel2012-01-301-0/+4
|
* No longer storing blocks as leaves. This one required a whole heap of ↵David Walter Seikel2012-01-301-3/+3
| | | | function reordering.
* Track function type ignorable, and no need to store the leaf.David Walter Seikel2012-01-301-1/+1
|
* Clean up dangling function calls.David Walter Seikel2012-01-301-1/+1
|
* Add a new struct for tracking bits of text and the attached ignorable, then ↵David Walter Seikel2012-01-301-6/+16
| | | | use it for names.
* Comment++David Walter Seikel2012-01-301-0/+1
|
* Change the way blocks start and end, the look ahead was screwing things.David Walter Seikel2012-01-301-2/+3
|
* token -> toKen. Seems to be a key word somewhere, best to be safe.David Walter Seikel2012-01-301-2/+2
|
* Add some of the flow control stuff, still needs lots of work.David Walter Seikel2012-01-281-8/+12
|