Closed this issue 3 years ago · 1 comments
The parser is not returning the correct ast for some regex string. I have tested that with a*b and (a*)b. It seems that the parser does not compile correctly when closure with 1 pattern and closure with 2 patterns appears in the same regex
a*b
(a*)b
I'm taking a look at it.