/* $echo FILE: TS_laa.lex $echo Purpose: test la expr with missing term: 'a + b - a - +' $echo Error */ fsm (fsm-id "TS_laa.lex",fsm-filename TS_laa,fsm-namespace NS_TS_laa ,fsm-class CTS_laa ,fsm-version "1.0" ,fsm-date "17 Juin 2003",fsm-debug "true" ,fsm-comments "end-of-line recognizer") parallel-parser ( parallel-thread-function TH_TS_laa *** parallel-la-boundary a + b - a - + *** ) @"/usr/local/yacco2/compiler/grammars/yacco2_T_includes.T" /@ @** Rules.\fbreak @/ rules{ Reol AD AB(){ -> Rdelimiters } Rdelimiters AD AB() { -> "x0a" -> "x0d" |.| -> "x0d" "x0a" } }// end of rules