Add kdl-hs

This commit is contained in:
Brandon Chinn 2026-01-04 11:45:42 -08:00 committed by GitHub
parent c70f428675
commit 46c459018b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -129,7 +129,9 @@ of some examples of KDL in the wild (either v1, v2, or both):
* Go - * Go -
* [gokdl](https://github.com/lunjon/gokdl) * [gokdl](https://github.com/lunjon/gokdl)
* [kdl-go](https://github.com/sblinch/kdl-go) * [kdl-go](https://github.com/sblinch/kdl-go)
* Haskell - [Hustle](https://github.com/fuzzypixelz/Hustle) * Haskell -
* [Hustle](https://github.com/fuzzypixelz/Hustle)
* [kdl-hs](https://github.com/brandonchinn178/kdl-hs) (v1 + subset of v2 syntax)
* Java - [kdl4j](https://github.com/kdl-org/kdl4j)\* * Java - [kdl4j](https://github.com/kdl-org/kdl4j)\*
* JavaScript - * JavaScript -
* [@bgotink/kdl](https://github.com/bgotink/kdl)\* (Format/comment-preserving parser) * [@bgotink/kdl](https://github.com/bgotink/kdl)\* (Format/comment-preserving parser)