summary refs log tree commit diff stats
path: root/lib/pure/strscans.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar (#23090)Stephen2023-12-181-1/+1
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* allow tuples and procs in 'toTask' + minor things (#22530)Andreas Rumpf2023-08-221-2/+2
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-16/+16
* give a deprecate warning when using `newPar` to construct tuple expressions (...ringabout2022-09-061-2/+2
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+4
* typo [backport] (#18967)flywind2021-10-071-1/+1
* various small documentation improvements (#18602)Miran2021-07-281-1/+1
* [FIX] use `mixin` for strscans.scanp (#17371)haxscramper2021-03-191-1/+2
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-1/+50
* add support for parsing chars in `scanf` macro (#16240)Miran2020-12-031-0/+7
* move tests to testament (#16101)flywind2020-11-241-112/+0
* [backport] fix #15064, strscans.scanf edge case for '$+' (#15223)Miran2020-08-251-1/+1
* fix a few dead links and a missing sentence in documentation (#12387)Nindaleth2019-10-081-1/+1
* [backport] run nimpretty on string stuffnarimiran2019-09-301-17/+29
* Fix strscans Docs (#11408) [ci skip]Tristano Ajmone2019-06-051-2/+2
* Fix strscans.scanp (#9518)xzfc2018-10-281-3/+4
* fix #8925 by using `getTypeInst` instead of `getType`Vindaar2018-09-171-2/+2
* fixes #8925Araq2018-09-151-1/+1
* [DOC] fix typos in `strscans` documentation (#8885)Vindaar2018-09-051-3/+3
* 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