Open lantiga opened 9 years ago
Negative numeric literals are not parsed correctly. E.g. [-1 -2] gets parsed as vector(-1,2), (def a -1) produces def(1).
Workaround for now is enclose negative numeric literals in a unary minus (-1) form.
Negative numeric literals are not parsed correctly. E.g. [-1 -2] gets parsed as vector(-1,2), (def a -1) produces def(1).
Workaround for now is enclose negative numeric literals in a unary minus (-1) form.