megaparsec/old-tests/Bugs
mrkkrp b062a397ee made format of error messages conventional
Closes #56.

In particular, file name and textual position are represented like this:

  filename.hs:5:6:
    error message

This format should be more conventional, so various tools will be able
to parse it and provide some support (for example, Emacs can work with
this format).
2015-10-14 17:48:44 +06:00
..
Bug2.hs first version of the new lexer module 2015-09-08 17:34:02 +06:00
Bug6.hs made format of error messages conventional 2015-10-14 17:48:44 +06:00
Bug9.hs made format of error messages conventional 2015-10-14 17:48:44 +06:00
Bug35.hs first version of the new lexer module 2015-09-08 17:34:02 +06:00
Bug39.hs Add #if for Data.Either isRight and isLeft 2015-10-03 17:00:29 +02:00