|
|
|
|
|
by eperdew
1926 days ago
|
|
I'm not sure if this is done in practice, but in theory, if you compile a regex to a DFA, you can then minimize the DFA. I don't know if you can do anything similar with parser combinators, but if not, that could be a potential performance gap to watch out for. |
|
I definitely have more to learn about automata and FSMs :)