summary refs log tree commit diff stats
path: root/lib/impure/nre.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update nre.nim (#8147)Timothee Cour2018-06-291-4/+4
|
* make nre compile againAndreas Rumpf2018-04-291-4/+4
|
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-1/+0
|
* fixes #6631Andreas Rumpf2017-10-301-13/+13
|
* remove old implementation of the roof operator; make tests green again; ↵Andreas Rumpf2017-10-291-19/+17
| | | | close #6292
* fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)Florent2017-03-021-6/+6
|
* fixes #4996Andreas Rumpf2017-02-051-0/+9
|
* Merge pull request #4814 from scriptum/rpg-pcre-jitAndreas Rumpf2016-10-241-2/+6
|\ | | | | Enable JIT in PCRE to improve regular expressions performance
| * Remove TODO for PCRE JITPavel Roschin2016-10-101-1/+0
| |
| * Enable JIT in PCRE to improve regular expressions performancePavel Roschin2016-09-231-1/+6
| |
* | stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-3/+3
|/
* Stdlib: nre: Docstring improved.Konstantin Molchanov2016-06-151-1/+0
|
* Merge pull request #4157 from flaviut/update-nre-docsAndreas Rumpf2016-06-021-46/+35
|\ | | | | Generate NRE docs for website
| * Update NRE documentationFlaviu Tamas2016-05-131-46/+35
| |
* | Stdlib: nre: Add `export options`Konstantin Molchanov2016-05-271-0/+2
| | | | | | This should make `nre` more user friendly. See https://github.com/nim-lang/Nim/issues/4158
* | Stdlib: nre: Convenience proc ``contains`` added.Konstantin Molchanov2016-05-141-0/+10
|/
* SpellcheckFederico Ceratto2016-02-291-2/+2
|
* Fix a few deprecation warningsdef2016-01-251-1/+0
|
* Fix flaviut/nre#20Flaviu Tamas2015-06-181-2/+6
|
* Fix ambiguous character literalFlaviu Tamas2015-06-071-1/+1
|
* Fix potential code bloatFlaviu Tamas2015-06-071-4/+5
|
* Rename RegexException according to NEP1Flaviu Tamas2015-06-071-5/+5
|
* Edit re and nre doc commentsFlaviu Tamas2015-06-071-19/+0
|
* Clean up nre importsFlaviu Tamas2015-06-071-2/+1
|
* Use stdlib's PCRE in nreFlaviu Tamas2015-06-071-1/+1
|
* Disable static building of PCREFlaviu Tamas2015-05-261-9/+0
|
* Clarify nre licencingFlaviu Tamas2015-05-261-0/+53
|
* Rearrange nre filesFlaviu Tamas2015-05-261-0/+657