Files
rx/README.md
2018-04-20 22:21:22 +00:00

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.