|
|
|
|
|
by marcosdumay
2811 days ago
|
|
Every parser is partially built upon regexes. You have to go all the way until Haskell, Prolog or such languages before you get better options than regexes to build them. But they are not built solely of regexes. They always have added control structures that complement regexes on those place they are worst. |
|