summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-26 18:50:36 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-26 18:50:36 -0500
commite0a2faf58c222e895759705f9514d98c262b0a0a (patch)
treefc649722a7b618de4e88a03226191e94caf415e1
parentcaebdc0a861a69b538a95f439b349146a803bff4 (diff)
experimental table of contents
-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]]