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