Comment out testing
This commit is contained in:
parent
d8e8a1b17e
commit
e6419f6b6a
|
@ -282,17 +282,13 @@
|
|||
(defn interpret [parsed]
|
||||
(interpret-ast (::parser/ast parsed) {}))
|
||||
|
||||
(do
|
||||
(comment
|
||||
|
||||
(def source "
|
||||
|
||||
fn square (x) -> mult (x, x)
|
||||
|
||||
do 12
|
||||
> square
|
||||
> div (_, 2)
|
||||
> inc
|
||||
> print
|
||||
let foo = square (_)
|
||||
|
||||
|
||||
")
|
||||
|
|
Loading…
Reference in New Issue
Block a user