Open rmzg opened 8 years ago
In short the lexer rule: \d-\d
\d-\d
Does not match "1-1"
But the rule: \d\\-\d Does match "1-1"
\d\\-\d
Is this intended and where is it documented? (p.s. why is the npm version over a year old)
In short the lexer rule:
\d-\d
Does not match "1-1"
But the rule:
\d\\-\d
Does match "1-1"Is this intended and where is it documented? (p.s. why is the npm version over a year old)