CSC207-UofT/course-project-uwutever

Parser incorrect behaviour

Closed this issue · 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

I'm taking a look at it.