aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_compile.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More hacking at figuring out expression types with variables. Still not ↵David Walter Seikel2012-01-171-1/+15
| | | | working.
* Add a variable lookup function.David Walter Seikel2012-01-171-0/+21
|
* Use eina hash for functions, states, and variables.David Walter Seikel2012-01-171-18/+12
|
* Using eina string buffer for ignorable text.David Walter Seikel2012-01-171-6/+7
|
* And now we can combine two functions, since they are identical.David Walter Seikel2012-01-171-11/+4
|
* Only need one of each in the value union.David Walter Seikel2012-01-171-4/+4
|
* Use stringshare, and const.David Walter Seikel2012-01-171-2/+2
|
* Remove unused debug variable.David Walter Seikel2012-01-171-12/+2
|
* Change that butt ugly name.David Walter Seikel2012-01-171-56/+55
|
* Use EFL logging.David Walter Seikel2012-01-171-13/+19
|
* Merge the compiler into the test harness. Remove excess files.David Walter Seikel2012-01-171-0/+1126
|
* Remove most of the constants, we can put them in Lua globals later. Make ↵David Walter Seikel2012-01-051-0/+1
| | | | the LSL parner more like the test one.
* Add a compiler stub.David Walter Seikel2012-01-051-0/+19