¡@

Home 

python Programming Glossary: course_list_tail

Python/YACC: Resolving a shift/reduce conflict

http://stackoverflow.com/questions/2939888/python-yacc-resolving-a-shift-reduce-conflict

state 3 5 course_data course . 6 course_data course . course_list_tail 3 or_phrase course . OR_CONJ COURSE_NUMBER 7 course_list_tail.. 3 or_phrase course . OR_CONJ COURSE_NUMBER 7 course_list_tail . COURSE_NUMBER 8 course_list_tail . COURSE_NUMBER course_list_tail.. OR_CONJ COURSE_NUMBER 7 course_list_tail . COURSE_NUMBER 8 course_list_tail . COURSE_NUMBER course_list_tail shift reduce conflict for OR_CONJ..