summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/re1.5/dumpcode.c
Commit message (Collapse)AuthorAge
* extmod/re1.5: Update to 0.8.Paul Sokolovsky2015-11-01
| | | | | | Contains implementation of ?: (non-capturing groups), ?? (non-greedy ?), as well as much improved robustness, and edge cases and error handling by Amir Plivatsky (@ampli).
* modure: Update to re1.5 v0.6.1, fixed and extended character class support.Paul Sokolovsky2014-10-17
|
* modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).Paul Sokolovsky2014-10-15
|
* modure: Import needed files from re1.5 v0.5.Paul Sokolovsky2014-10-11
https://github.com/pfalcon/re1.5