diff options
Diffstat (limited to 'doc/credits.html')
-rw-r--r-- | doc/credits.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/credits.html b/doc/credits.html new file mode 100644 index 0000000..74cb19b --- /dev/null +++ b/doc/credits.html @@ -0,0 +1,30 @@ + +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Credits and Further Reading - Packrat Docs</title> + <link href="default.css" rel="stylesheet"> + </head> + + <body> + + + <h2>Credits and Further Reading</h2> + + <a href="index.html">Return to Contents</a> + + + <p>The Packrat parser combinator library was programmed by + <a href="http://jedbarber.id.au/">Jedidiah Barber</a>.</p> + + <p>Most of the ideas for the library were obtained from + <a href="http://richard.myweb.cs.uwindsor.ca/PUBLICATIONS/PADL_08.pdf">Parser + Combinators for Ambiguous Left-Recursive Grammars</a> (Frost, Hafiz, Callaghan, 2008) + with the notable exception of handling indirect left recursion.</p> + + + </body> +</html> + |