summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Tutorial.org20
1 files changed, 19 insertions, 1 deletions
diff --git a/examples/Tutorial.org b/examples/Tutorial.org
index 6a9fe9f..1801783 100644
--- a/examples/Tutorial.org
+++ b/examples/Tutorial.org
@@ -1,7 +1,25 @@
+Table Of Contents
+
+ -[[The Goofism Guide to PARZIVAL][The Goofism Guide to PARZIVAL]]
+ -[[Concepts & Conventions][Concepts & Conventions]]
+ -[[Parsers][Parsers]]
+ -[[On the Terms "Accept", "Succeed", "Fail" and "Result"][On the Terms "Accept", "Succeed", "Fail" and "Result"]]
+ -[[Naming Conventions ][Naming Conventions ]]
+ -[[Getting Started (Finally)][Getting Started (Finally)]]
+ -[[Jumping in with Whitespace][Jumping in with Whitespace]]
+ -[[Mapping Results to =true=, =false=, and =null=][Mapping Results to =true=, =false=, and =null=]]
+ -[[The Fundamental =<<bind=, Parsing Numbers][The Fundamental =<<bind=, Parsing Numbers]]
+ -[[Bracketed Sequences with Strings][Bracketed Sequences with Strings]]
+ -[[Recursive Parsers][Recursive Parsers]]
+ -[[Parsing JSON Files][Parsing JSON Files]]
+ -[[Problems to Puzzle Out][Problems to Puzzle Out]]
+ -[[Conclusion][Conclusion]]
+ -[[code listing][code listing]]
+
* The Goofism Guide to PARZIVAL
- **A Gentle Introduction**
+ _A Gentle Introduction_
This tutorial will guide you through the process of creating a
moderately sophisticated parser using [[https://github.com/cbeo/parzival][parzival]], a [[https://common-lisp.net/][Common Lisp]]