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

@@ -90,3 +90,4 @@ extern struct _dummy_t mp_sys_stderr_obj;
extern const mp_obj_module_t mp_module_uctypes;
extern const mp_obj_module_t mp_module_zlibd;
extern const mp_obj_module_t mp_module_ujson;
extern const mp_obj_module_t mp_module_ure;