diff options
author | Jed Barber <jjbarber@y7mail.com> | 2021-01-19 02:25:44 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2021-01-19 02:25:44 +1100 |
commit | da389927ddf9240bbba10b819eb782e80a5d6bf7 (patch) | |
tree | 88b167b892de8c419151ca9a02c16f8d4ed96bec /doc/credits.html | |
parent | 901c7e61278f16dc5c08cbebf74c2a816cd4b4b6 (diff) |
Basic HTML documentation added
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> + |