summary refs log tree commit diff stats
path: root/tests/stdlib/tpegs.nim
Commit message (Expand)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* fixes #21632; enforce deref for `wasMoved` in ORC (#21647)ringabout2023-04-121-1/+10
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-3/+3
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
* fixes #19104; peg Incorrect captures [backport:1.6] (#20352)ringabout2022-09-151-0/+4
* Add support for `strictEffects` to `std/pegs` (#18949)quantimnot2021-10-041-0/+3
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-0/+28
* [std/pegs] increase test coverage (#17871)flywind2021-04-271-4/+154
* use doAssert in tests (#16486)flywind2020-12-281-1/+1
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-0/+1
* Add interpreting event parser proc to pegs module. (#8075)gemath2018-08-241-36/+106
* Pegs AST read access (#8050)gemath2018-06-191-0/+78
* update the documentation about the new strings/seqs behavioursAndreas Rumpf2018-04-291-1770/+0
* Remove expr/stmt (#5857)Arne Döring2017-07-251-11/+11
* makes tests greenAndreas Rumpf2016-01-151-1/+1
* renamed writeln to writeLine in testspatrick dw2015-06-191-173/+173
* Get rid of deprecation warnings in pegsdef2015-01-161-14/+14
* release of 0.10.2Araq2014-12-291-32/+32
* further adaptationsAraq2014-08-291-5/+5
* make some tests greenZahary Karadjov2014-03-161-1/+1
* Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-151-7/+7
* new tester; all tests categorizedAraq2014-01-131-0/+1770