summary refs log tree commit diff stats
path: root/lib/pure/strscans.nim
Commit message (Expand)AuthorAgeFilesLines
* Better error messages in scanf.data-man2018-05-301-8/+11
* strscans module does not rely on the zero terminator anymoreAndreas Rumpf2018-04-291-15/+19
* make tests green againAndreas Rumpf2018-04-131-5/+5
* strscans: fix the type checking logic; improve the documentationAraq2018-01-061-8/+8
* Fix typos in scanf docs (#7035)Mathias Stearn2018-01-061-3/+3
* Add a more number parsers to the scanf macro (#6985)Dmitry Atamanov2018-01-051-2/+31
* make countup et al take only a single type parameter in order to prevent type...Andreas Rumpf2017-11-021-2/+2
* fixes #6487Araq2017-10-141-10/+22
* Docs: add one more example in strscans modulekonqoro2017-08-011-1/+24
* documentation for strscans.scanp; fixes #5154Araq2017-02-261-1/+142
* strscans: Fix exampleskonqoro2016-12-061-3/+3
* fixes #4562Andreas Rumpf2016-08-041-1/+2
* added scanp macro as an alternative to pegsAraq2016-05-101-9/+234
* added strscans stdlib moduleAraq2016-05-101-0/+296