aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-31 17:46:09 +1000
committerDavid Walter Seikel2012-01-31 17:46:09 +1000
commit9b0ff54007aaaf4d838a29dc6f301ce28ab8cad9 (patch)
tree9cdaeb30c4b07a77daf8bf166e33bdb19bbbb411 /LuaSL/src/LuaSL_LSL_tree.h
parentCommentry++. (diff)
downloadSledjHamr-9b0ff54007aaaf4d838a29dc6f301ce28ab8cad9.zip
SledjHamr-9b0ff54007aaaf4d838a29dc6f301ce28ab8cad9.tar.gz
SledjHamr-9b0ff54007aaaf4d838a29dc6f301ce28ab8cad9.tar.bz2
SledjHamr-9b0ff54007aaaf4d838a29dc6f301ce28ab8cad9.tar.xz
Collect and print function arguments.
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 d62c0b6..d877f22 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -405,6 +405,7 @@ LSL_Leaf *addVariable(LuaSL_compiler *compiler, LSL_Leaf *type, LSL_Leaf *identi
405 405
406LSL_Leaf *beginBlock(LuaSL_compiler *compiler, LSL_Leaf *block); 406LSL_Leaf *beginBlock(LuaSL_compiler *compiler, LSL_Leaf *block);
407LSL_Leaf *checkVariable(LuaSL_compiler *compiler, LSL_Leaf *identifier); 407LSL_Leaf *checkVariable(LuaSL_compiler *compiler, LSL_Leaf *identifier);
408LSL_Leaf *collectArguments(LuaSL_compiler *compiler, LSL_Leaf *list, LSL_Leaf *comma, LSL_Leaf *arg);
408LSL_Leaf *collectParameters(LuaSL_compiler *compiler, LSL_Leaf *list, LSL_Leaf *comma, LSL_Leaf *newParam); 409LSL_Leaf *collectParameters(LuaSL_compiler *compiler, LSL_Leaf *list, LSL_Leaf *comma, LSL_Leaf *newParam);
409LSL_Leaf *collectStatements(LuaSL_compiler *compiler, LSL_Leaf *list, LSL_Leaf *newStatement); 410LSL_Leaf *collectStatements(LuaSL_compiler *compiler, LSL_Leaf *list, LSL_Leaf *newStatement);
410 411