futz with repl

This commit is contained in:
Scott Richmond 2023-03-20 15:36:00 -04:00
parent e535c0bf9c
commit 1c2ab5182e

View File

@ -1225,12 +1225,16 @@
(parse-script))) (parse-script)))
(do (do
(def source " (def my-source "
data Foo {foo, bar} data Foo {foo, bar}
data Bar as {
Bar
Baz
}
") ")
(::ast (parse (scanner/scan source)))) (::ast (parse (scanner/scan my-source))))
(comment " (comment "
Further thoughts/still to do: Further thoughts/still to do: