forked from jasder/antlr
no greedy option in lexer either.
This commit is contained in:
parent
e78ecd418a
commit
166231b5e1
|
@ -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> */
|
||||
|
|
Loading…
Reference in New Issue