Rust parser for KDL
Go to file
jam1garner 9bc5363bb5
fix(deps): Remove nom dependency on `bitvec` and `lexical` (#14)
2021-05-08 14:40:23 -07:00
.github add GH Action config 2020-12-14 00:05:51 -08:00
examples fix nuget example 2020-12-18 22:31:36 -08:00
src fix(deps): Remove nom dependency on `bitvec` and `lexical` (#14) 2021-05-08 14:40:23 -07:00
tests oops casing 2020-12-18 22:35:35 -08:00
.clog.toml clog config and changelog 2020-12-19 13:07:35 -08:00
.gitignore initial commit 2020-12-10 18:42:50 -08:00
CHANGELOG.md clog config and changelog 2020-12-19 13:07:35 -08:00
CODE_OF_CONDUCT.md add coc 2020-12-14 20:30:58 -08:00
Cargo.toml fix(deps): Remove nom dependency on `bitvec` and `lexical` (#14) 2021-05-08 14:40:23 -07:00
LICENSE.md add license and description 2020-12-10 18:53:27 -08:00
README.md update readme 2020-12-19 12:58:16 -08:00

README.md

KDL - The KDL Document Language

KDL is a document language with xml-like semantics that looks like you're invoking a bunch of CLI commands!

It's meant to be used both as a serialization format and a configuration language, and is relatively light on syntax compared to XML.

There's a living specification, as well as various implementations. The language is based on SDLang, with a number of modifications and clarifications on its syntax and behavior.

This repository is the official/reference implementation in Rust, and corresponds to the kdl crate

Design and Discussion

KDL is still extremely new, and discussion about the format should happen over on the spec repo's discussions page. Feel free to jump in and give us your 2 cents!

License

The code in this repository is covered by the Parity License, a strong copyleft license. That means that you can only use this project if you're working on an open source-licensed product (MIT/Apache projects are ok!)