#regex #slow #engine #matching #rex #parser #pedestrian

rex-regex

A pedestrian library for regular expressions: Slow, but easy to understand

4 releases

0.1.4 Dec 9, 2020
0.1.3 Mar 22, 2020
0.1.2 Mar 18, 2020
0.1.1 Feb 29, 2020

#919 in Text processing

MIT license

64KB
1.5K SLoC

rex

Travis CI

rex is a mere playground where I'm trying to write an engine for parsing, compiling and matching regular expressions.

It's a bit slow right now, but generally works.

Consider the code licensed under the MIT license.

Bugs

  • Submatches can not start at the same position.

No runtime deps