Skip to content

Parsley 2.0.0.0

Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 24 Nov 22:47
· 78 commits to master since this release
817f8c2

Removed old Precedence API: the new version is from "Design Patterns for Parser Combinators". Some other combinators are renamed in accordance with that paper too. Some API cleanup too: runParser is now parse, and input reading combinators are moved to Parsley.Char. Some minor additions, like RANGES to Defunc, and digit, letter, letterOrDigit.