JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(def ast '(print novar)) (def es (compile ast)) # => @{:column 11 :line 12 :error "unknown symbol novar"} returns struct with error on invalid ast