This is a Crystal implementation of the KDL Document Language
-
Add the dependency to your
shard.yml
:dependencies: kdl: github: danini-the-panini/kdl-cr
-
Run
shards install
require "kdl"
KDL.parse_document(a_string) #=> KDL::Document
- Fork it (https://github.com/danini-the-panini/kdl-cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Danielle Smith - creator and maintainer