blob: 74cb19b2f08d2d787f05e8d478f099a2e0a028c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|