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

[Index] [Quick Jump]

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.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:40:14Z
Distributions NixOS:0.1.1
Executables cooklang-hs
Downloads 52 total (6 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-12-27 [all 1 reports]

Readme for cooklang-hs-0.1.1

[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!