summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-26 18:52:03 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-26 18:52:03 -0500
commitdabc3daa405af6d9ead6e87974dea1e161337b66 (patch)
tree3e2fd62887f1da1a942ec12613cc1652bf16c7f9
parente0a2faf58c222e895759705f9514d98c262b0a0a (diff)
toc
-rw-r--r--examples/Tutorial.org30
1 files changed, 15 insertions, 15 deletions
diff --git a/examples/Tutorial.org b/examples/Tutorial.org
index 1801783..1a57a87 100644
--- a/examples/Tutorial.org
+++ b/examples/Tutorial.org
@@ -1,21 +1,21 @@
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][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