koboldcpp/tests/peg-parser
Xuan-Son Nguyen d9f918d2d0
common: add json.h abstraction (#27511)
* add common/json

* migrate common

* adapt jinja

* migrate server

* big wip

* migrate tests

* wip

* revert some excessive changes

* wip

* wip 2

* revert redundant changes

* fix server crash

* various fixes

* fix ci

* harden a bit

* clean up

* rm json-shim

* add some comments

* rm redundant decl
2026-08-22 16:28:28 +02:00
..
simple-tokenize.cpp common : introduce composable PEG parser combinators for chat parsing (#17136) 2025-12-03 12:45:32 +02:00
simple-tokenize.h common : introduce composable PEG parser combinators for chat parsing (#17136) 2025-12-03 12:45:32 +02:00
test-basic.cpp common : gracefully handle incomplete output (#20191) 2026-03-08 17:17:02 +01:00
test-gbnf-generation.cpp common/peg : implement ac parser for stricter grammar generation (#24869) 2026-06-21 16:20:58 -05:00
test-json-parser.cpp common/peg : suppress incomplete escape sequences (#26780) 2026-08-11 07:10:31 +03:00
test-json-serialization.cpp common: add json.h abstraction (#27511) 2026-08-22 16:28:28 +02:00
test-python-dict-parser.cpp common: consolidate PEG string parsers (#20263) 2026-03-10 00:29:21 +01:00
test-unicode.cpp common: consolidate PEG string parsers (#20263) 2026-03-10 00:29:21 +01:00
tests.h common: add json.h abstraction (#27511) 2026-08-22 16:28:28 +02:00