/* $echo FILE: TS_path1a.lex $echo Dates: 21 Jul 2006 $echo Purpose: Pathological test $echo Error --- does not derives a terminal string: not lr1 $echo Error --- shift / reduce error before pathological check! */ /@ @** |TS_path1a| grammar.\fbreak Pathological test grammar.\fbreak Not lr1. @/ fsm (fsm-id "TS_path1a.lex",fsm-filename TS_path1a ,fsm-namespace NS_TS_path1a ,fsm-class CTS_path1a ,fsm-version "1.0" ,fsm-date "17 Juin 2003",fsm-debug "true" ,fsm-comments "Pathological grammar -- does not derives a terminal string") @"/usr/local/yacco2/compiler/grammars/yacco2_T_includes.T" rules{ Rstart AD AB(){ -> RA eog } RA AD AB() { -> RA -> "x" } }// end of rules