[antlr-interest] book errata?

Andy Tripp antlr at jazillian.com
Thu Aug 2 12:36:24 PDT 2007


Is there anywhere a list of errata for the ANTLR book?

On page 181 of the PDF and page 168 of the dead-tree version, we have:

variableDefinition
: modifiers type ID ('=' expression)? ';'
-> {inMethod}? ^(VARIABLE ID modifier* type expression?)
-> ^(FIELD ID modifier* type expression?)
;

...where "modifiers" should be changed to "modifier*" (or vice-versa).




More information about the antlr-interest mailing list