summary refs log tree commit diff stats
path: root/src/nre.nim
Commit message (Collapse)AuthorAgeFilesLines
* Simplify thin wrapperFlaviu Tamas2015-01-101-0/+3
|
* Implement correct destructionFlaviu Tamas2015-01-101-1/+10
|
* Implement foundation for named capturesFlaviu Tamas2015-01-101-1/+32
|
* Remove DUPNAMES optionFlaviu Tamas2015-01-101-1/+0
| | | | | It makes the rest of the implementation more complicated and is confusing anyway. The user expects a 1:1 mapping between a match and a name
* Extend Regex, add RegexMatchFlaviu Tamas2015-01-101-2/+8
|
* Implement regex initializationFlaviu Tamas2015-01-091-0/+97