summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2021-01-19 02:25:44 +1100
committerJed Barber <jjbarber@y7mail.com>2021-01-19 02:25:44 +1100
commitda389927ddf9240bbba10b819eb782e80a5d6bf7 (patch)
tree88b167b892de8c419151ca9a02c16f8d4ed96bec /doc/index.html
parent901c7e61278f16dc5c08cbebf74c2a816cd4b4b6 (diff)
Basic HTML documentation added
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
new file mode 100644
index 0000000..8b26b6e
--- /dev/null
+++ b/doc/index.html
@@ -0,0 +1,48 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Table of Contents - Packrat Docs</title>
+ <link href="default.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+
+ <h2>Table of Contents</h2>
+
+
+ <p>This is documentation for the Packrat parser combinator library.</p>
+
+
+ <ol>
+ <li><a href="license.html">License</a></li>
+ <li><a href="depends.html">Dependencies</a></li>
+ <li><a href="quickstart.html">Quickstart Guide</a></li>
+ <li><a href="features.html">Features</a></li>
+ <li><a href="limits.html">Limitations</a></li>
+ <li>File Overview<br>
+ <ol>
+ <li><a href="src_overview.html">/src</a></li>
+ <li><a href="example_overview.html">/example</a></li>
+ <li><a href="test_overview.html">/test</a></li>
+ </ol>
+ </li>
+ <li>Subprogram Listings<br>
+ <ol>
+ <li><a href="lexer_comb.html">Lexer Components</a></li>
+ <li><a href="parser_comb.html">Parser Components</a></li>
+ <li><a href="parse_graph_op.html">Parse Graph Operations</a></li>
+ <li><a href="util_func.html">Utility Functions</a></li>
+ </ol>
+ </li>
+ <li><a href="errors.html">Handling Errors</a></li>
+ <li><a href="credits.html">Credits and Further Reading</a></li>
+ </ol>
+
+
+ </body>
+</html>
+