README

NAME

Recipe::Parser - Parser implementation of recipe-lang.

SYNOPSIS

use Recipe::Grammar;
use Recipe::Actions;

my $m = Recipe::Grammar.parse($input, actions => Recipe::Actions.new).made;
.say for @$m;

DESCRIPTION

Recipe::Parser is a parser implementation of recipe-lang.

AUTHOR

ohmycloud [email protected]

COPYRIGHT AND LICENSE

Copyright 2026 ohmycloud

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Recipe::Parser v0.0.1

Parser implementation of recipe-lang

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Backstory
  • Comment
  • Ingredient
  • Material
  • Metadata
  • Recipe
  • Recipe::Actions
  • Recipe::Grammar
  • Recipe::Token
  • RecipeRef
  • Space
  • Timer
  • Token
  • Word
  • X::Recipe::Parse

Documentation

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