Help language development. Donate to The Perl Foundation

YAML::Parser::LibYAML zef:tony-o last updated on 2021-02-15

a1a696f3eb7b7076fcd46a9b5c4ac04eedee6b39/

YAML::Parser::LibYAML

Uses a wrapper and constructs a perl6 array/hash/whatever to represent the YAML. Use it for good (or bad, I don't care).


use YAML::Parser::LibYAML;

my $yaml = yaml-parse('path/to/yaml.yaml');

$yaml.perl.say;

Profit.

tony-o | thanks to ingy and tina for fuelling this creation with scotch and vegan pizza

If you must build this yourself, you can do

zef build .

or

src/build.sh