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