megaparsec/Text/Megaparsec
mrkkrp 2fc5455591 make ‘Text.Megaparsec.Prim.token’ more flexible
Closes #29.

Now testing function can return ‘Either [Message] a’ so it can construct
full list of error messages. This may be useful in some cases when
tokens are more complex than simple characters.
2015-09-14 14:15:31 +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 make ‘Text.Megaparsec.Prim.token’ more flexible 2015-09-14 14:15:31 +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 fix a typo (columns starts from 1) 2015-09-13 21:00:22 +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 make ‘Text.Megaparsec.Prim.token’ more flexible 2015-09-14 14:15:31 +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