[antlr-interest] combined grammar filter options is invalid now?

文少华 shaohua.wen at gmail.com
Tue Oct 21 22:31:05 PDT 2008


Hi there,
  In antlr 3.0.1 , it works , but now it will report error for grammar
optoins like:

grammar test;

options {
  k = 3;
  filter=true;
  output = AST;
  backtrack = true;
  memoize = true;
}

Is this a bug or something changed but not in the change log?
BR.
Holy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20081022/b1f934aa/attachment.html 


More information about the antlr-interest mailing list