LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   an yacc error message question (https://www.linuxquestions.org/questions/programming-9/an-yacc-error-message-question-243516/)

feetyouwell 10-16-2004 03:23 PM

an yacc error message question
 
yacc: 1 rule never reduced
yacc: 16 shift/reduce conflicts
yacc: 24 reduce/reduce conflicts

does the number mean the line number or the actual number of errors?

jlliagre 10-16-2004 04:33 PM

"man yacc" is your friend:
DIAGNOSTICS
If there are rules that are never reduced, the number of such rules is reported on standard error.
If there are any LALR(1) conflicts, the number of conflicts is reported on standard error.


All times are GMT -5. The time now is 06:34 AM.