KDL
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.