aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-21 19:24:53 +1000
committerDavid Walter Seikel2012-01-21 19:24:53 +1000
commitb27dab5443ca5919e7727fd2666559a6498d8c3d (patch)
tree685b024be28145d2a71cfd8d0c2a106032446a68 /LuaSL/src/LuaSL_LSL_tree.h
parentSecond part of the second pass to clean up functions used before they where d... (diff)
downloadSledjHamr-b27dab5443ca5919e7727fd2666559a6498d8c3d.zip
SledjHamr-b27dab5443ca5919e7727fd2666559a6498d8c3d.tar.gz
SledjHamr-b27dab5443ca5919e7727fd2666559a6498d8c3d.tar.bz2
SledjHamr-b27dab5443ca5919e7727fd2666559a6498d8c3d.tar.xz
Parse 'crements.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index d537948..c0930b3 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -336,6 +336,7 @@ typedef struct
336 336
337 337
338void burnLeaf(void *data); 338void burnLeaf(void *data);
339LSL_Leaf *addCrement(LuaSL_compiler *compiler, LSL_Leaf *variable, LSL_Leaf *crement);
339LSL_Leaf *addFunction(LuaSL_compiler *compiler, LSL_Leaf *type, LSL_Leaf *identifier, LSL_Leaf *open, LSL_Leaf *params, LSL_Leaf *close); 340LSL_Leaf *addFunction(LuaSL_compiler *compiler, LSL_Leaf *type, LSL_Leaf *identifier, LSL_Leaf *open, LSL_Leaf *params, LSL_Leaf *close);
340LSL_Leaf *addFunctionBody(LuaSL_compiler *compiler, LSL_Leaf *function, LSL_Leaf *block); 341LSL_Leaf *addFunctionBody(LuaSL_compiler *compiler, LSL_Leaf *function, LSL_Leaf *block);
341LSL_Leaf *addFunctionCall(LuaSL_compiler *compiler, LSL_Leaf *identifier, LSL_Leaf *open, LSL_Leaf *params, LSL_Leaf *close); 342LSL_Leaf *addFunctionCall(LuaSL_compiler *compiler, LSL_Leaf *identifier, LSL_Leaf *open, LSL_Leaf *params, LSL_Leaf *close);