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