Actually scan structs.

This commit is contained in:
Scott Richmond 2022-04-03 14:48:08 -04:00
parent 21af8acf2e
commit 7c4751dda8

View File

@ -313,6 +313,6 @@
(recur (-> scanner (scan-token) (next-token))))))
(do
(def source "abc nil")
(def source "@{")
(pp/pprint (scan source)))