futz with repl
This commit is contained in:
parent
e535c0bf9c
commit
1c2ab5182e
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user