make it so

This commit is contained in:
2018-04-20 22:21:22 +00:00
commit b01b814dc9
3 changed files with 147 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# 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.