Closed SerafimArts closed 6 years ago
Your grammar seems to wait a list of digits or a list of words, not both.
I would write this (and it may be NOT optimized)
#grammar:
(digits() | words())*
Am I wrong ?
@guiled omfg, you're right, this is a grammar problem =\
There are suspicions that the
backtrack
method does not work correctly and does not find the previous correct chain of rules, but I have not found the reason yet :\Grammar
Sample
Expected
Actual