megaparsec/tests
mrkkrp d0409a897e implemented flexible tab width
Closes #38.

Now tab width can be manipulated with via the following functions:

* ‘getTabWidth’
* ‘setTabWidth’

Other auxiliary changes were performed, such as updating of
‘updatePosChar’.

This also corrects a bit obsolete descriptions of some functions.
2015-09-23 16:47:17 +06:00
..
Char.hs added more case-insensitive character parsers 2015-09-06 15:17:37 +06:00
Combinator.hs swap ‘count’ and ‘count'’ 2015-08-25 15:55:57 +06:00
Error.hs prefer longest match in ‘mergeError’, fixes #23 2015-08-24 01:45:12 +06:00
Expr.hs minor changes in tests to make them compile 2015-09-18 15:41:18 +06:00
Lexer.hs implemented flexible tab width 2015-09-23 16:47:17 +06:00
Main.hs renamed ‘Text.Megaparsec.Token’ module 2015-08-30 16:00:07 +06:00
Perm.hs some tests for ‘Text.Megaparsec.Perm’ 2015-08-24 14:01:54 +06:00
Pos.hs implemented flexible tab width 2015-09-23 16:47:17 +06:00
Prim.hs implemented flexible tab width 2015-09-23 16:47:17 +06:00
Util.hs implemented flexible tab width 2015-09-23 16:47:17 +06:00