API Reference Kuddle v1.0.0
Modules
Kuddle is a KDL (https://github.com/kdl-org/kdl) encoder and decoder.
The equivalent of a KDL Node, every node has a name, some optional annotations, attributes and children.
Utility module for looking up nodes in a document.
Tokens emitted by the Tokenizers.
Common utility module for kuddle
Kuddle is a KDL (https://github.com/kdl-org/kdl) encoder and decoder.
Tokenizes and parses KDL documents into kuddle documents.
Encodes a Kuddle document into a KDL blob
Intermediate process of converting a KDL1 document into some basic tokens that can be parsed.
This is the V2 interface which handles KDL2 documents, if you need the older encoder and encoder, see the V1 module instead.
Tokenizes and parses KDL2 documents into kuddle documents.
Encodes a Kuddle document into a KDL blob
Intermediate process of converting a KDL2 document into some basic tokens that can be parsed.
Used to represent a value for attributes.