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 !