You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import CSTParser as C
using Test
_eval_or_ex(a) =try; a catch ex; ex end_backtest_parse(s) = (s |> Meta.parse) == (s |> C.parse |> Expr)
_log_parse(s) = s |> Meta.parse |> Meta.show_sexpr
±(x) = (0.99,1.01) .* x
@test±1000== (990, 1010)
@test_broken""" ± 1000 """|> _backtest_parse # see unary-ops @ julia-parser.scm
The text was updated successfully, but these errors were encountered:
o314
changed the title
plus_minus, minus_plus are not be recognized as unary ops
plus_minus, minus_plus are not recognized as unary ops
Oct 21, 2021
The text was updated successfully, but these errors were encountered: