REPL investigate if-let ast

This commit is contained in:
Scott Richmond 2022-06-19 13:45:52 -04:00
parent 5653912f0e
commit ed14b97a00

View File

@ -1072,7 +1072,7 @@
(comment (comment
(def pp pp/pprint) (def pp pp/pprint)
(def source "1") (def source "if let foo = bar then foo else bar")
(println "") (println "")
@ -1081,7 +1081,7 @@
(println "") (println "")
(println "*** *** TEST PARSE *** ***") (println "*** *** TEST PARSE *** ***")
(pp/pprint (parse (scanner/scan source)))) (pp/pprint (::ast (parse (scanner/scan source)))))
(comment " (comment "
Further thoughts/still to do: Further thoughts/still to do: