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

Replace Parsec with Megaparsec (see #289) #366

Merged
merged 7 commits into from Jul 29, 2016

Commits on Jul 29, 2016

  1. Copy the full SHA
    bfa40da View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e39a7ec View commit details
    Browse the repository at this point in the history
  3. Fix doctests

    cocreature committed Jul 29, 2016
    Copy the full SHA
    0721577 View commit details
    Browse the repository at this point in the history
  4. Update for Megaparsec 5

    cocreature committed Jul 29, 2016
    Copy the full SHA
    c4d4d2a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bd2053b View commit details
    Browse the repository at this point in the history
  6. Pretty print errors

    cocreature committed Jul 29, 2016
    Copy the full SHA
    ed15d72 View commit details
    Browse the repository at this point in the history
  7. Swap StateT and ParsecT

    This is necessary to get the correct backtracking behavior, i.e. discard
    state changes if the parsing fails.
    cocreature committed Jul 29, 2016
    Copy the full SHA
    55137e2 View commit details
    Browse the repository at this point in the history