[antlr-interest] ANTLR

Yassin.Chkouri at imag.fr Yassin.Chkouri at imag.fr
Tue Apr 4 03:08:48 PDT 2006


Hello,

How i can to write in antlr this expression recursive writes in Yacc : 

c_expr : primary
	| c_constval
        | c_expr PLUS c_expr
	| c_expr MINUS c_expr
;


yassin

-------------------------------------------------
envoyé via Webmail/IMAG !



More information about the antlr-interest mailing list