mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-25 17:22:33 +03:00
9f6fc4844c
Close #69. Although previously used syntax is correct Haskell syntax for multi-line string literals, CPP extension that we need to use for compatibility reasons obviously makes ‘\’ symbol escape following newline character that leads to ‘\t’ being interpreted as tab character. The proposed solution just concatenates result error message from list of strings — the most lightweight and reliable solution in our case. |
||
---|---|---|
.. | ||
Megaparsec | ||
Megaparsec.hs |