ziprandom / crystal-dfa

A Crystal Implementation of a Thompson NFA/DFA Regex Matcher
MIT License
19 stars 3 forks source link

Reimplement the Regex Parser for better stability #1

Closed ziprandom closed 6 years ago

ziprandom commented 6 years ago

Atm the regexp parser is poorly implemented. Reimplement parser.cr.

This should also solve https://github.com/ziprandom/cltk/issues/1