docopt / docopt.nim

Command line arguments parser that will make you smile (port of docopt to Nim)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is a impure library `re` used ?

jiro4989 opened this issue · comments

commented

I think that docopt depends a regex library, not re.
regex library is library in pure Nim.
I think that you can delete a below line of README.md.

An impure `re` library is used.

https://github.com/docopt/docopt.nim/blame/master/README.md#L139

Needs followup after #42