ParserGenApp can't generate parser for pattern grammar.
Closed this issue · 1 comments
imkerberos commented
ParserGenApp can't generate parser for pattern grammar.
pattern.grammar in "res" directory:
start = s;
s = /\w+/;
itod commented
Yes, sorry. Regex Patterns are not currently supported in PEGKit.