From 38fb1255390c4c1134a2c0d2648592d48b4c5d50 Mon Sep 17 00:00:00 2001 From: Thomas Jollans Date: Sun, 18 Sep 2022 00:18:22 +0200 Subject: [PATCH] Mention ckdl and cuddle (#25) cuddle was already listed in the kdl README, just not here --- src/_includes/partials/implementations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index 211f3b7..332d5df 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -8,11 +8,13 @@ * Dart: [kdl-dart](https://github.com/danini-the-panini/kdl-dart) * Java: [kdl4j](https://github.com/hkolbeck/kdl4j) * PHP: [kdl-php](https://github.com/kdl-org/kdl-php) -* Python: [kdl-py](https://github.com/daeken/kdl-py) +* Python: [kdl-py](https://github.com/daeken/kdl-py), [cuddle](https://github.com/djmattyg007/python-cuddle), [ckdl](https://github.com/tjol/ckdl) * Elixir: [kuddle](https://github.com/IceDragon200/kuddle) * XSLT: [xml2kdl](https://github.com/Devasta/XML2KDL) * Haskell: [Hustle](https://github.com/fuzzypixelz/Hustle) * .NET: [Kadlet](https://github.com/oledfish/Kadlet) +* C: [ckdl](https://github.com/tjol/ckdl) +* C++: [kdlpp](https://github.com/tjol/ckdl) (part of ckdl, requires C++20) ## Editor Support