You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I wanted to make small log parsers, config file readers, etc, it's not explained well anywhere I've seen how to use all the string parsing functions well with Haskell (especially talking about judgement calls regarding types and items read from files)
The text was updated successfully, but these errors were encountered:
Parsec tends to be the standard and has a decent level of documentation and tutorials. Are you wanting a more practical "Build a parser and then use it to parse YAML or JSON" sort of tutorial?
On Mon, Aug 31, 2015 at 9:05 PM, Matt Parsons [email protected]
wrote:
Parsec tends to be the standard and has a decent level of documentation
and tutorials. Are you wanting a more practical "Build a parser and then
use it to parse YAML or JSON" sort of tutorial?
—
Reply to this email directly or view it on GitHub #3 (comment).
If I wanted to make small log parsers, config file readers, etc, it's not explained well anywhere I've seen how to use all the string parsing functions well with Haskell (especially talking about judgement calls regarding types and items read from files)
The text was updated successfully, but these errors were encountered: