Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leont/yamlish
An implementation of YAML in Raku
https://github.com/leont/yamlish
raku yaml
Last synced: 3 months ago
JSON representation
An implementation of YAML in Raku
- Host: GitHub
- URL: https://github.com/leont/yamlish
- Owner: Leont
- License: artistic-2.0
- Created: 2015-08-08T19:00:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T14:53:40.000Z (10 months ago)
- Last Synced: 2024-10-10T20:41:38.460Z (3 months ago)
- Topics: raku, yaml
- Language: Raku
- Homepage:
- Size: 285 KB
- Stars: 21
- Watchers: 7
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Leont/yamlish.svg?branch=master)](https://travis-ci.org/Leont/yamlish)
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
============```console
$ 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](TODO.md)
AUTHOR
======Leon Timmermans
LICENSE
=======Artistic License 2.0