YAMLish

a YAML parser/emitter written in pure raku

NAME

YAMLish - a YAML parser/emitter written in pure raku

DESCRIPTION

This is a YAML parser written in pure-raku. It aims at being feature complete (though there still a few features left to implement). Patches are welcome.

INSTALLATION

$ zef install YAMLish

EXPORTED SUBS

  • load-yaml(Str $input, ::Grammar:U :$schema = ::Schema::Core, :%tags)

  • load-yamls(Str $input, ::Grammar:U :$schema = ::Schema::Core, :%tags)

  • save-yaml($document, :$sorted = True)

  • save-yamls(**@documents, :$sorted = True)

TODO

Please have a look at TODO.md

AUTHOR

Leon Timmermans

LICENSE

Artistic License 2.0

YAMLish v0.1.0

a YAML parser/emitter written in pure raku

Authors

  • Leon Timmermans

License

Artistic-2.0

Dependencies

MIME::Base64

Test Dependencies

Provides

  • YAMLish

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.