<!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>