Remove redundant parentheses in ANY token declaration
This commit is contained in:
parent
70a36b938c
commit
ee75ecdcb8
@ -17,7 +17,7 @@ PARSER_END(Assignment)
|
||||
TOKEN : { <LEFT_PAREN: "(">}
|
||||
TOKEN : { <RIGHT_PAREN: ")">}
|
||||
TOKEN : { <NEWLINE: "\n">}
|
||||
TOKEN : { <ANY: (~[])>}
|
||||
TOKEN : { <ANY: ~[]>}
|
||||
|
||||
void Start() : {}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user