Small grammar changes to improve error messages

svn: r9320
This commit is contained in:
Kathy Gray 2008-04-15 15:57:32 +00:00
parent 9ad02ea7d9
commit 14d7f4dc9d

View File

@ -665,7 +665,7 @@
(define class
(class-def #f #f
(implements-dec identifier)
(repeat (class-body (list field method constructor)))))
(repeat-greedy (class-body (list field method constructor)))))
(define program
(make-program #f