Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of string parsing tasks! #3

Open
langford opened this issue Aug 31, 2015 · 3 comments
Open

Lots of string parsing tasks! #3

langford opened this issue Aug 31, 2015 · 3 comments

Comments

@langford
Copy link

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)

@parsonsmatt
Copy link
Owner

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?

@langford
Copy link
Author

langford commented Sep 1, 2015

I probably should just be using parsec :D

Michael Langford
Phone: 404-647-4643
Web: http://www.RowdyLabs.com

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).

@parsonsmatt
Copy link
Owner

The NICTA course has a nice section on building your own Parsec which may be fun. I found it to be pretty enlightening!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants