Actually scan structs.
This commit is contained in:
parent
21af8acf2e
commit
7c4751dda8
|
@ -313,6 +313,6 @@
|
||||||
(recur (-> scanner (scan-token) (next-token))))))
|
(recur (-> scanner (scan-token) (next-token))))))
|
||||||
|
|
||||||
(do
|
(do
|
||||||
(def source "abc nil")
|
(def source "@{")
|
||||||
|
|
||||||
(pp/pprint (scan source)))
|
(pp/pprint (scan source)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user