/* $echo FILE: TS_path7.lex $echo Purpose: Pathological test $echo Error --- Grammar is not lr1. */ /@ @** |TS_path7| grammar.\fbreak Pathological test grammar.\fbreak Grammar is not lr1. |RA| $\rightarrow$ $\alpha{_{\epsilon}}$ |RA|\fbreak @/ fsm (fsm-id "TS_path7.lex",fsm-filename TS_path7 ,fsm-namespace NS_TS_path7 ,fsm-class CTS_path7 ,fsm-version "1.0" ,fsm-date "17 Juin 2003",fsm-debug "true" ,fsm-comments "end-of-line recognizer") @"/usr/local/yacco2/compiler/grammars/yacco2_T_includes.T" rules{ Rstart (){ -> RA eog } RA () { -> RB RA -> "x" } RB () { -> RC RD } RC () { -> } RD () { -> } }// end of rules