put range back in for parsers as error alt.

This commit is contained in:
Terence Parr 2012-09-08 10:21:08 -07:00
parent 64cd79a18a
commit bbfc441438
1 changed files with 2 additions and 1 deletions

View File

@ -775,7 +775,8 @@ atom
|
*/
terminal
range // Range x..y - only valid in lexers
| terminal
| ruleref
| notSet
| wildcard