whimax07 / MaxRegex

My attempted to write the start of a regex system. Prompted by a Q on LeetCode. It is also to help understand compilers a bit more.
0 stars 0 forks source link

No empty constructer #7

Closed whimax07 closed 2 years ago

whimax07 commented 2 years ago

https://github.com/whimax07/MaxRegex/blob/43c39c75b2ad482b493416434179455e458703e7/src/regex/WholePatternCheck.java#L113

https://github.com/whimax07/MaxRegex/blob/43c39c75b2ad482b493416434179455e458703e7/src/regex/WholePatternCheck.java#L40

whimax07 commented 2 years ago

I don't like adding an empty constructer here.