From f238372fc9dfccf02ac6a90cbd47f5b4a8a53d1f Mon Sep 17 00:00:00 2001 From: Brandon Chinn Date: Sat, 3 Jan 2026 08:43:12 -0800 Subject: [PATCH] Add kdl-hs to Haskell implementations (#547) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c75600..a76fa2c 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | Go | [gokdl](https://github.com/lunjon/gokdl) | ✅ | ✖️ | | | Go | [kdl-go](https://github.com/sblinch/kdl-go) | ✅ | ✖️ | | | Haskell | [Hustle](https://github.com/fuzzypixelz/Hustle) | ✅ | ✖️ | | +| Haskell | [kdl-hs](https://github.com/brandonchinn178/kdl-hs) | ✅ | ✖️ | Includes some v2 syntax | | Java | [kdl4j](https://github.com/kdl-org/kdl4j) | ✅ | ✅ | | | JavaScript | [@bgotink/kdl](https://github.com/bgotink/kdl) | ✅ | ✅ | Format/comment-preserving parser | | JavaScript | [@virtualstate/kdl](https://github.com/virtualstate/kdl) | ✅ | ✖️ | query only, JSX based |