Comment out testing

This commit is contained in:
Scott Richmond 2022-04-25 18:46:12 -04:00
parent 0c77de908c
commit 8a36b1e4e2
2 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@
(defn interpret [parsed] (defn interpret [parsed]
(interpret-ast (::parser/ast parsed) {})) (interpret-ast (::parser/ast parsed) {}))
(do (comment
(def source " (def source "

View File

@ -790,7 +790,7 @@
(parser) (parser)
(parse-script))) (parse-script)))
(do (comment
(def pp pp/pprint) (def pp pp/pprint)
(def source "cond { _ -> :foo } (def source "cond { _ -> :foo }