Hans Aberg <[EMAIL PROTECTED]> writes: > This can become cumbersome when writing:
OK, thanks, I now understand the problem better: the nonterminal names can be quite long, and you want a shorter name in the action (which is typically small, so it's ok to have short local names). In that case, the syntax could have an identifier after the '#', as you suggested, and this identifier would supersede the nonterminal's identifier within the action.
