This commit is contained in:
Andreas Rumpf
2017-02-05 12:10:57 +01:00
parent 6382293255
commit d35c561759

View File

@@ -23,6 +23,15 @@ export options
##
## A regular expression library for Nim using PCRE to do the hard work.
##
## **Note**: If you love ``sequtils.toSeq`` we have bad news for you. This
## library doesn't work with it due to documented compiler limitations. As
## a workaround, use this:
##
## .. code-block:: nim
##
## import nre except toSeq
##
##
## Licencing
## ---------
##