futz with repl
This commit is contained in:
parent
e535c0bf9c
commit
1c2ab5182e
|
@ -1225,12 +1225,16 @@
|
|||
(parse-script)))
|
||||
|
||||
(do
|
||||
(def source "
|
||||
(def my-source "
|
||||
data Foo {foo, bar}
|
||||
data Bar as {
|
||||
Bar
|
||||
Baz
|
||||
}
|
||||
|
||||
")
|
||||
|
||||
(::ast (parse (scanner/scan source))))
|
||||
(::ast (parse (scanner/scan my-source))))
|
||||
|
||||
(comment "
|
||||
Further thoughts/still to do:
|
||||
|
|
Loading…
Reference in New Issue
Block a user