]> gitweb.factorcode.org Git - factor.git/commitdiff
Link to original parser combinators document for the clean programming language.
authorChris Double <chris.double@double.co.nz>
Mon, 22 Aug 2005 01:45:11 +0000 (01:45 +0000)
committerChris Double <chris.double@double.co.nz>
Mon, 22 Aug 2005 01:45:11 +0000 (01:45 +0000)
contrib/parser-combinators/parser-combinators.html

index 1e145012078d1f7444282d4146508644a75a485e..33aeaba90215a3a6fbe69736b3fa6b43ac8925e9 100644 (file)
@@ -7,7 +7,9 @@
     <h1>Parsers</h1>
 <p class="note">The parser combinator library described here is based
   on a library written for the Clean pure functional programming language and
-  described in chapter 5 of the 'Clean Book'. Based on the description
+  described in chapter 5 of the 'Clean Book' (<a
+  href="ftp://ftp.cs.kun.nl/pub/Clean/papers/cleanbook/II.05.ParserCombinators.pdf">PDF
+  available here</a>). Based on the description
   in that chapter I developed a version for Factor, a concatenative
   language.</p>  
 <p>A parser is a word or quotation that, when called, processes