NAME

Cooklang - Perl Cooklang parser

SYNOPSIS

my $source = <some Cooklang text>;
my $recipe = Recipe->new( $source );
my $ast = $recipe->ast;
...

AVAILABILITY

Cooklang is implemented using Object classes as defined in Object::Pad which seems to require Perl 5.26

DESCRIPTION

For the Cooklang syntax, see Cooklang.

COMMUNITY

AUTHOR

Kaare Rasmussen

COPYRIGHT

Kaare Rasmussen 2023 -

LICENSE

This software is licensed under the same terms as Perl itself.

SEE ALSO