REPL investigate if-let ast
This commit is contained in:
parent
5653912f0e
commit
ed14b97a00
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user