megaparsec/Text/Megaparsec
mrkkrp 3661da90e5 temporarily simplify token parsing
The improved error messages in Megaparsec are quite sensitive to how
parsers are written, which parts of parser are labeled, etc. Current
implementation of token parsers in ‘Text.Megaparsec.Token’ is written
without this in mind. We will improve the module later, for now let us
rewrite/simplify some parts to avoid failing tests.
2015-08-20 01:38:00 +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 major improvements of ‘Text.Megaparsec.Prim’ 2015-08-17 21:58:59 +06:00
Combinator.hs major improvements of ‘Text.Megaparsec.Prim’ 2015-08-17 21:58:59 +06:00
Error.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Expr.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Language.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Perm.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Pos.hs cosmetic changes (indentation, etc) 2015-08-13 00:02:49 +06:00
Prim.hs added new primitive combinator ‘hidden’ 2015-08-20 01:38:00 +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
Token.hs temporarily simplify token parsing 2015-08-20 01:38:00 +06:00