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

Greedy and Lazy Operators #10

Open whimax07 opened 2 years ago

whimax07 commented 2 years ago

I don't know how to make these work. I think they should be attached to each Chunk like reaped which would mean adding it to I_Chunk.

whimax07 commented 2 years ago

Linked with #2