[antlr-interest] syntactic predicates question

jbb at acm.org jbb at acm.org
Tue Apr 8 11:48:08 PDT 2003


Instead of 

cntlStatement :
	CNTL
	(statement)+
	DSLASH (JCLNAME)? ( ENDCNTL )
    ;

How about

cntlStatement :
	CNTL
	DSLASH (JCLNAME)? ( operation DSLASH (JCLNAME)? )+
        ENDCNTL
    ;

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list