undefreadermacro

This commit is contained in:
2021-07-22 16:11:41 -06:00
parent 5115739991
commit 8619ac82ff
2 changed files with 29 additions and 6 deletions

View File

@@ -48,6 +48,7 @@
(defreadermacro "L" [stream] `emptySeat)
(defreadermacro "#" [stream] `fullSeat)
(defreadermacro "." [stream] `floor)
(undefreadermacro "...")
(defreadermacro &start "" [stream]
`(state.push ,(ReaderExp.ListExp (readExpArray stream #|"\n"|#))))