From 3e524a5a5b61a874c155c947a8ce50b5f16a26b5 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Mon, 2 Sep 2024 11:11:00 -0600 Subject: [PATCH] Fix inspiration URL and formatting --- inspiration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inspiration.md b/inspiration.md index 0cb523c..cdca03f 100644 --- a/inspiration.md +++ b/inspiration.md @@ -1,6 +1,7 @@ -- Hutton & Meijer, _[Monadic Parser Combinators](https://github.com/stephan-tolksdorf/fparsec)_ +- Hutton & Meijer, _[Monadic Parser Combinators](http://www.cs.nott.ac.uk/~pszgmh/monparsing.pdf)_ 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. @@ -12,6 +13,7 @@ Improved fork of Megaparsec. - [FParsec](https://github.com/stephan-tolksdorf/fparsec) Parsec implementation in F#. + - [Sprache](https://github.com/sprache/Sprache) -Parsec implementation in C#. \ No newline at end of file +Parsec implementation in C#.