summary refs log tree commit diff stats
path: root/tests/stdlib/tpegs.nim
Commit message (Collapse)AuthorAgeFilesLines
* Pegs AST read access (#8050)gemath2018-06-191-0/+78
| | | | | | | | | | | | * Make PEG AST nodes readable from outside the module. * Added a test module for the pegs stdlib module. * Edited changelog. * Renamed ``sons`` iterator to ``items``, added ``pairs``, inlined both. * Updated entry and moved it to the right category.
* 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 ↵Clay Sweetser2014-02-151-7/+7
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-131-0/+1770