Commit Graph

84 Commits

Author SHA1 Message Date
Mark Karpov
ed6fdf71d9 Improve the writing 2021-04-25 16:03:52 +02:00
Mark Karpov
f33f0df344 Use GitHub actions for CI 2020-07-11 18:10:19 +02:00
Brian Wignall
90b46084bb Fix typos 2019-12-26 04:59:24 +01:00
mrkkrp
20811826ca
Update the links to the tutorial 2019-11-22 23:16:51 +01:00
mrkkrp
651ce93057
Link directly to the most complete tutorial
[skip ci]
2019-11-07 13:16:39 +01:00
mrkkrp
438d828e8f
Update the readme to reflect changes in version 8
[skip ci]
2019-11-07 13:14:03 +01:00
mrkkrp
09cafba8f3
Update the list of prominent projects that use Megaparsec
[skip ci]
2019-10-19 20:55:14 +02:00
mrkkrp
4b8818b3d6
Misc edits in the readme and package description 2019-10-19 20:38:21 +02:00
James Brock
14e27707f2 README Related packages: Add replace-megaparsec 2019-08-26 10:25:23 +02:00
Juri
ee9b469884 Fixed a few typos 2019-07-29 14:09:28 +02:00
mrkkrp
de4fddad7a
Use the word “present” instead of current year in copyright notes
[skip ci]
2019-07-02 21:41:24 +02:00
mrkkrp
0ad71841aa
Drop ‘AUTHORS.md’
[skip ci]

Unimportant.
2019-07-02 20:52:39 +02:00
mrkkrp
b83f1b1e34
Update copyright years
[skip ci]
2019-01-01 12:50:48 +07:00
mrkkrp
ef623b5858
Improve wording in readme
[skip ci]
2018-11-06 23:04:10 +07:00
mrkkrp
e64a62da32
Fix attoparsec link, link to parsec page in the readme
[skip ci]
2018-10-19 23:39:31 +07:00
mrkkrp
2a86b4f566
Fix links to the original Megaparsec announcement
[skip ci]
2018-10-19 23:36:15 +07:00
mrkkrp
310696a682
Update the readme
[skip ci]
2018-09-03 22:15:54 +07:00
mrkkrp
163c78ef01
Update the readme to reflect the newest Megaparsec 7 changes
[skip ci]
2018-07-15 20:08:29 +07:00
Mark Karpov
08b6cfcdba Test with GHC 8.4.1 (#281) 2018-03-11 17:51:38 +07:00
mrkkrp
4470f6ad14 Improve the readme
[skip ci]
2018-01-11 20:39:43 +07:00
mrkkrp
e1402f2189 Mention ‘mmark’ as a prominent project that uses Megaparsec
[skip ci]
2018-01-10 22:35:52 +07:00
mrkkrp
cb762351d0 Include 2018 into the copyright years range
[skip ci]
2018-01-01 14:04:07 +07:00
mrkkrp
103caaec8d Also update the description in the readme
[skip ci]
2017-12-31 00:34:05 +07:00
mrkkrp
cd70cb2347 Mention that Idris now uses Megaparsec
[skip ci]
2017-12-27 23:24:58 +07:00
mrkkrp
898dde6ebe A minor tweak in ‘README.md’
[skip ci]
2017-08-15 18:08:52 +07:00
Patrick Herrmann
adc363dcd6 Fix link in README (#237)
The Text.Megaparsec.Byte link was pointing to Text.Megaparsec.Char
2017-07-28 09:28:52 +07:00
mrkkrp
4d4807cb06 Add a link to “Evolution of error messages”
[skip ci]
2017-07-26 22:45:45 +07:00
mrkkrp
4db3606760 Update the ‘README.md’ file
[skip ci]
2017-07-25 22:21:53 +07:00
mrkkrp
37386619c3 Update the link to Parsec repo
[skip ci]
2017-07-11 15:37:49 +07:00
mrkkrp
dc32bd7b88 Add the link to the new blog post about Megaparsec 6
[skip ci]
2017-07-06 16:32:05 +07:00
mrkkrp
dfdabe54e1 Add ‘takeP’, ‘takeRest’, and ‘atEnd’ 2017-07-03 23:10:22 +07:00
Mark Karpov
3b9812bf76 Char and byte modules (#230) 2017-07-03 18:34:00 +07:00
Mark Karpov
45f30ae7e1 Extending stream (#229) 2017-07-02 23:56:01 +07:00
Mark Karpov
cec0987264 Separate trivial and fancy parse errors (#223) 2017-06-29 12:13:22 +07:00
mrkkrp
5a8d8f181a Update location of the tutorials 2017-06-08 17:33:14 +07:00
mrkkrp
d3ce5efa3f Update the links to point to my new web site
[skip ci]
2017-06-06 17:05:44 +07:00
mrkkrp
ce7228346a Improve the documentation 2017-05-25 19:52:34 +07:00
mrkkrp
deb7dceed6 A minor tweak to the ‘README.md’ file
[skip ci]
2017-04-08 17:46:18 +03:00
mrkkrp
7d5897c735 Fix a couple of typos 2017-02-16 22:16:25 +03:00
mrkkrp
9370563c94 Extend/improve comparisons in the ‘README.md’ 2017-02-16 19:29:56 +03:00
mrkkrp
27c4141e09 Add links to announcements to the ‘README.md’ file 2017-01-16 17:31:14 +03:00
mrkkrp
54fd7614ff Mention how to edit tutorials
Close #169.
2017-01-12 18:06:02 +03:00
mrkkrp
9459c8038b Include 2017 into copyright years range 2017-01-01 14:38:59 +03:00
mrkkrp
38f5b36d46 A minor correction in the ‘README.md’ file 2016-10-12 12:33:01 +03:00
mrkkrp
70e1de679f Mention the ‘observing’ primitive in ‘README.md’ 2016-10-03 12:45:03 +03:00
mrkkrp
31785909ee Add a link to the text of original announcement 2016-09-18 21:20:37 +03:00
mrkkrp
dab99997f4 Add a notice about performance tutorial 2016-09-18 21:18:27 +03:00
mrkkrp
9305b26f39 Add ‘cassava-megaparsec’ to list of related libs 2016-09-18 19:13:40 +03:00
Kwang Yul Seo
9401cf56b9 Add tagsoup-megaparsec to the related packages 2016-07-13 01:21:12 +09:00
mrkkrp
d5b8d7755c Rename section to make local hyperlink work 2016-05-15 00:08:18 +07:00