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
mrkkrp
6ac08b0956
added new parser ‘string'’
...
This is like ‘string’, but is case-insensitive.
2015-09-04 18:12:59 +06:00
mrkkrp
7dd2ad94ff
minor corrections
2015-08-22 15:02:34 +06:00
mrkkrp
aa4189f4bc
move test helpers to ‘Util’ module
...
So we can reuse them to test other modules.
2015-08-22 02:46:13 +06:00
mrkkrp
816da3d682
tests for ‘Text.Megaparsec.Prim’ written
...
More tests need to be written, especially for primitive
combinators. This commit also improves testing utilities and refactors
some stuff.
2015-08-20 17:12:44 +06:00
mrkkrp
287a777e6c
cosmetic changes (indentation, etc)
2015-08-13 00:02:49 +06:00
mrkkrp
c13ca493ae
experimental branch with different Messages
2015-08-11 18:15:02 +06:00
mrkkrp
da48d0c690
finished tests for ‘Text.Megaparsec.Char’
2015-08-11 03:22:29 +06:00
mrkkrp
e890c715e2
refactoring, more tests for ‘Text.Megaparsec.Char’
2015-08-09 00:42:47 +06:00
mrkkrp
ceb5d9bc16
some tests for ‘Text.Megaparsec.Char’
2015-08-08 15:49:57 +06:00