cooklang-hs: Parser for the Cook markup language

[ library, mit, parsing, program ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Last Documentation]

  • Text
    • Text.Cook

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1
Dependencies base (>=4.16.4.0 && <4.17), megaparsec (>=9.1.0 && <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:16:20Z
Distributions NixOS:0.1.1
Executables cooklang-hs
Downloads 52 total (4 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-12-27 [all 2 reports]

Readme for cooklang-hs-0.1.0.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!