/* $echo FILE: not_lr1_1.lex $echo Error --- reduce / reduce conflict */ /@ @** |not_lr1_1| grammar.\fbreak Test out a shift conflict on 2 reducing productions. @/ fsm (fsm-id "not_lr1_1.lex",fsm-filename not_lr1_1,fsm-namespace NS_not_lr1_1 ,fsm-class Cnot_lr1_1 ,fsm-version "1.0",fsm-date "13-sep-97" ,fsm-debug "true",fsm-comments "test out lr1") @"/usr/local/yacco2/compiler/grammars/yacco2_T_includes.T" rules { Rnot_lr1_1(){ -> RS1 eog } RS1(){ -> a -> a } } // end of grammar