kdl 0.1.0 copy "kdl: ^0.1.0" to clipboard
kdl: ^0.1.0 copied to clipboard

outdated

Dart implementation of the KDL Document Language

KDL #

Actions Status

This is a Dart implementation of the KDL Document Language

Usage #

import 'package:kdl/kdl.dart';

main() {
  var document = Kdl.parseDocument(someString);
}

Run the tests #

To run the full test suite:

dart test

To run a single test file:

dart test test/parser_test.dart

Contributing #

Bug reports and pull requests are welcome on GitHub at https://github.com/jellymann/kdl-dart.

License #

The gem is available as open source under the terms of the MIT License.

4
likes
30
points
168
downloads

Publisher

verified publisherdanini.dev

Weekly Downloads

Dart implementation of the KDL Document Language

License

MIT (license)

More

Packages that depend on kdl