manthanabc / TextToFA

Converts Text/ Regex to Finite Automata
https://manthanabc.github.io/TextToFA/
3 stars 1 forks source link

Add support for +, ?, {n}, {n,}, {n,m} quantifiers #7

Open manthanabc opened 2 weeks ago

manthanabc commented 2 weeks ago

Currently Only *, |, and ^ are supported where ^ is simply a way to concat two capturing groups together (..)(..) by doing (..)^(..) which should ideally happen without a operator between the two