*** empty log message ***

original commit: 4db586cb771db717fbbad95b9206230c73edc858
tokens
Scott Owens 23 years ago
parent 53140f51b2
commit 9bf08d698a

@ -99,6 +99,8 @@
(raise-syntax-error #f "missing grammar declaration" stx))
(if (not end)
(raise-syntax-error #f "missing end declaration" stx))
(if (not start)
(raise-syntax-error #f "missing start declaration" stx))
(build-parser (if debug debug "")
error
tokens

Loading…
Cancel
Save