cooklang-hs: Parser for the Cook markup language

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Parser for the Cook markup language. See more about Cook at https://cooklang.org/.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1, 0.1.1.0
Change log None available
Dependencies base (>=4.15 && <5), megaparsec (>=9.1 && <9.7) [details]
License MIT
Copyright Isaac Van Doren 2022-present
Author Isaac Van Doren
Maintainer 69181572+isaacvando@users.noreply.github.com
Category Parsing
Home page https://github.com/isaacvando/cooklang-hs
Bug tracker https://github.com/isaacvando/cooklang-hs/issues
Source repo head: git clone https://github.com/isaacvando/cooklang-hs.git
Uploaded by isaacvando at 2023-12-27T04:20:53Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for cooklang-hs-0.1.1.0

[back to package description]

cooklang-hs

This library allows for parsing .cook files in Haskell.

Check out Cooklang.

To give it a try on MacOS or Linux do cabal run cooklang-hs < myRecipe.cook.

Feel free to open an issue or pull request!