|
|
|
@ -34,4 +34,4 @@ func_binary_ops = ["pow", "max", "min", "angle", "len", "land", "idiv", "strictE |
|
|
|
func_unary_ops = ["abs", "log", "log10", "sin", "cos", "tan", "floor", "ceil", "sqrt", "rand"] |
|
|
|
binary_ops.update(dict(zip(func_binary_ops, func_binary_ops))) |
|
|
|
unary_ops.update(dict(zip(func_unary_ops, func_unary_ops))) |
|
|
|
SPECIAL_VARS = ("links", "ipt", "counter", "time", "unit", "tick") |
|
|
|
SPECIAL_VARS = ('counter', 'ipt', 'links', 'tick', 'time', 'unit') |