Parsley 2.0.0.0
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
.