diff options
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r-- | LuaSL/src/LuaSL_LSL_tree.h | 29 |
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 | /* | ||
113 | Each op is of a specific type - | ||
114 | |||
115 | bool ! | ||
116 | int - ~ | ||
117 | float - | ||
118 | |||
119 | bool bool && || == != = | ||
120 | int int * / + - % == != < > <= >= = += -= *= /= %= & | ^ << >> | ||
121 | int float cast to float float | ||
122 | float int cast to float float | ||
123 | float float * / + - == != < > <= >= = += -= *= /= | ||
124 | |||
125 | key string cast to string string | ||
126 | string key cast to string string | ||
127 | string string + == != = += | ||
128 | |||
129 | list list + == != = += | ||
130 | list integer/float + < > <= >= = += | ||
131 | integer/float list + < > <= >= | ||
132 | list other + = += | ||
133 | |||
134 | vector vector * / + - % == != = += -= *= /= %= | ||
135 | vector float * / | ||
136 | vector rotation * / | ||
137 | |||
138 | rotation rotation * / + - == != = += -= *= /= | ||
139 | */ | ||
140 | |||
141 | typedef enum | 112 | typedef enum |
142 | { | 113 | { |
143 | ST_NONE = 0, | 114 | ST_NONE = 0, |