modure: Initial module, using re1.5 (which is based on re1 codebase).

https://github.com/pfalcon/re1.5
This commit is contained in:
Paul Sokolovsky
2014-09-12 18:48:07 +03:00
parent 9b6617ea8b
commit c71e045165
7 changed files with 266 additions and 0 deletions

View File

@@ -473,3 +473,12 @@ Q(ujson)
Q(dumps)
Q(loads)
#endif
#if MICROPY_PY_URE
Q(ure)
Q(compile)
Q(match)
Q(search)
Q(group)
Q(DEBUG)
#endif