From fa6c15566d59bd35d1fa411f246c105fe15de4dc Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Thu, 28 Nov 2024 22:11:05 +0000 Subject: [PATCH] Fix formatting in inspiration.md --- inspiration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inspiration.md b/inspiration.md index cdca03f..cc85cb0 100644 --- a/inspiration.md +++ b/inspiration.md @@ -1,19 +1,19 @@ - Hutton & Meijer, _[Monadic Parser Combinators](http://www.cs.nott.ac.uk/~pszgmh/monparsing.pdf)_ -The original paper on monadic parser combinators. + The original paper on monadic parser combinators. - Leijen & Meijer, _[Parsec: Direct Style Monadic Parser Combinators For The Real World](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/parsec-paper-letter.pdf)_ -Describes Parsec, a monadic parser combinator library that limits backtracking by default and adds better error messages. + Describes Parsec, a monadic parser combinator library that limits backtracking by default and adds better error messages. - [Megaparsec](https://hackage.haskell.org/package/megaparsec) -Improved fork of Megaparsec. + Improved fork of Megaparsec. - [FParsec](https://github.com/stephan-tolksdorf/fparsec) -Parsec implementation in F#. + Parsec implementation in F#. - [Sprache](https://github.com/sprache/Sprache) -Parsec implementation in C#. + Parsec implementation in C#.