megaparsec/Text
mrkkrp 4e8a1c298a fixed the failing old test
Multi-character operators should use ‘try’ in order to be reported
correctly (as “operator”). I've mentioned it in doc-string of
‘makeExprParser’.

It's tempting to include ‘try’ directly in expression parsing code, but
following general spirit of Parsec toward ‘try’, I think current
solution is the best.
2015-09-11 15:10:14 +06:00
..
Megaparsec fixed the failing old test 2015-09-11 15:10:14 +06:00
Megaparsec.hs added more case-insensitive character parsers 2015-09-06 15:17:37 +06:00