no greedy option in lexer either.

This commit is contained in:
Terence Parr 2012-09-29 12:34:08 -07:00
parent e78ecd418a
commit 166231b5e1
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ public class Grammar implements AttributeResolver {
}};
public static final Set<String> LexerSubruleOptions = new HashSet<String>() {{
add("greedy");
}};
/** Legal options for terminal refs like ID<assoc=right> */