*** empty log message ***

original commit: 80e5fedf010e37f818a72dc2a2a52464dbbcb399
tokens
Scott Owens 22 years ago
parent a617a3f620
commit 31dfbc14ab

@ -142,8 +142,8 @@
(loop (car rest) (cdr rest)))
((accept? (car rest))
(fprintf (current-error-port)
"accept/reduce or accept/shift conflicts. Check the grammar for useless cycles of productions~n"))
(loop current-guess (cdr rest))
"accept/reduce or accept/shift conflicts. Check the grammar for useless cycles of productions~n")
(loop current-guess (cdr rest)))
(else (loop current-guess (cdr rest))))))
(else entry)))))
(send a for-each-state

Loading…
Cancel
Save