[antlr-interest] Memoize for syntactic predicates

Christian chwchw at gmx.de
Tue Jan 17 10:57:35 PST 2012


Hello everybody,

one simple question: Does the grammar option 'memoize' affects syntact
predicates?

operator_declarator
  : (unary_operator_declarator) => unary_operator_declarator
  | binary_operator_declarator
  ;

Both unary_operator_declarator and binary_operator_declarator start with
type 'operator'.

Regards,
Christian


More information about the antlr-interest mailing list