JonathanLorimer / cfg

Simple Haskell configuration library
MIT License
3 stars 0 forks source link

Support multiple kinds of value parsers #31

Open JonathanLorimer opened 3 months ago

JonathanLorimer commented 3 months ago

i.e. an aeson parser

JonathanLorimer commented 3 months ago

Also just investigate ReadP to remove the dependency on megaparsec https://hackage.haskell.org/package/base-4.19.1.0/docs/Text-ParserCombinators-ReadP.html