megaparsec/Text/Megaparsec
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
..
ByteString cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Text cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
ByteString.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Char.hs add sections to ‘Text.Megaparsec.Char’ module 2015-09-06 15:22:37 +06:00
Combinator.hs rewrite ‘choice’ as synonym of ‘asum’ 2015-08-26 06:37:41 +06:00
Error.hs improve functioning of ‘hidden’ combinator 2015-08-29 16:01:36 +06:00
Expr.hs fixed the failing old test 2015-09-11 15:10:14 +06:00
Lexer.hs make ‘hexadecimal’ and ‘octal’ more powerful 2015-09-09 14:15:39 +06:00
Perm.hs various cosmetic changes (including renaming) 2015-08-23 21:07:03 +06:00
Pos.hs treat carriage return like ordinary character 2015-08-24 14:00:56 +06:00
Prim.hs added new parser ‘string'’ 2015-09-04 18:12:59 +06:00
ShowToken.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
String.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Text.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00