7 lines
140 B
Markdown
7 lines
140 B
Markdown
# rx
|
|
|
|
`rx` is a toy regex engine.
|
|
|
|
I followed along [a tutorial](http://dpk.io/dregs/toydregs) and translated it
|
|
into Python along the way.
|