summary refs log tree commit diff stats
path: root/tests/misc/parsecomb.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-0/+4
| | | | | | | | | | | | | | | | | * try using endsWith * use memcmp * add cache * cleanup * better * minor * fix * improve test coverage for methods with ARC
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-5/+5
|
* fixed regressionsAndreas Rumpf2016-03-291-13/+13
|
* add parser combinator test; uses multiple tuples/generics featuresMax Zerzouri2015-03-071-0/+105