From da389927ddf9240bbba10b819eb782e80a5d6bf7 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 19 Jan 2021 02:25:44 +1100 Subject: Basic HTML documentation added --- doc/index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 doc/index.html (limited to 'doc/index.html') 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 @@ + + + + + + + Table of Contents - Packrat Docs + + + + + + +

Table of Contents

+ + +

This is documentation for the Packrat parser combinator library.

+ + +
    +
  1. License
  2. +
  3. Dependencies
  4. +
  5. Quickstart Guide
  6. +
  7. Features
  8. +
  9. Limitations
  10. +
  11. File Overview
    +
      +
    1. /src
    2. +
    3. /example
    4. +
    5. /test
    6. +
    +
  12. +
  13. Subprogram Listings
    +
      +
    1. Lexer Components
    2. +
    3. Parser Components
    4. +
    5. Parse Graph Operations
    6. +
    7. Utility Functions
    8. +
    +
  14. +
  15. Handling Errors
  16. +
  17. Credits and Further Reading
  18. +
+ + + + + -- cgit