aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-17 20:39:17 +1000
committerDavid Walter Seikel2012-01-17 20:39:17 +1000
commit25dd3027c55a1b4f30b77620309d74367b2bbf6f (patch)
treeca0f374a20bcc3abf5dbf95e6bbeb4007ed3eebc /LuaSL/src/LuaSL_LSL_tree.h
parentMake sure all leaf's are created unbroken. (diff)
downloadSledjHamr-25dd3027c55a1b4f30b77620309d74367b2bbf6f.zip
SledjHamr-25dd3027c55a1b4f30b77620309d74367b2bbf6f.tar.gz
SledjHamr-25dd3027c55a1b4f30b77620309d74367b2bbf6f.tar.bz2
SledjHamr-25dd3027c55a1b4f30b77620309d74367b2bbf6f.tar.xz
Move some comments to be more useful.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index c8d1cc6..1755e6c 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -109,35 +109,6 @@ typedef enum
109 OT_invalid 109 OT_invalid
110} opType; 110} opType;
111 111
112/*
113Each op is of a specific type -
114
115bool !
116int - ~
117float -
118
119bool bool && || == != =
120int int * / + - % == != < > <= >= = += -= *= /= %= & | ^ << >>
121int float cast to float float
122float int cast to float float
123float float * / + - == != < > <= >= = += -= *= /=
124
125key string cast to string string
126string key cast to string string
127string string + == != = +=
128
129list list + == != = +=
130list integer/float + < > <= >= = +=
131integer/float list + < > <= >=
132list other + = +=
133
134vector vector * / + - % == != = += -= *= /= %=
135vector float * /
136vector rotation * /
137
138rotation rotation * / + - == != = += -= *= /=
139*/
140
141typedef enum 112typedef enum
142{ 113{
143 ST_NONE = 0, 114 ST_NONE = 0,