aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-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,