Hi,
In a Antlr grammar file, I declared a number of variables. Is there a way to
initialize these variables, for example, in the default constructor?
Is below a legitimate grammar statement?
*start: initialization { var = new XXX();} compilation_unit EOF*
Thanks.