summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-26 19:00:49 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-26 19:00:49 -0500
commit5108d62c997ba4eac8b7275fc1439cdc0100c6d8 (patch)
treef0cae3c56911587048c59a20bb44623da8fdc1e0
parent336e040e405d1179e911c5289d9bff7a7bf4fccc (diff)
toctoc
-rw-r--r--examples/Tutorial.org35
1 files changed, 18 insertions, 17 deletions
diff --git a/examples/Tutorial.org b/examples/Tutorial.org
index 6d18a3b..8788d5c 100644
--- a/examples/Tutorial.org
+++ b/examples/Tutorial.org
@@ -1,22 +1,23 @@
#+TITLE: The Goofism Guide to PARZIVAL
-Table Of Contents
-
- + [[The Goofism Guide to PARZIVAL][The Goofism Guide to PARZIVAL]]
- 1. [[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 ]]
- 2. [[Getting Started (Finally)][Getting Started (Finally)]]
- 3. [[Jumping in with Whitespace][Jumping in with Whitespace]]
- 4. [[Mapping Results to =true=, =false=, and =null=][Mapping Results to =true=, =false=, and =null=]]
- 5. [[The Fundamental =<<bind=, Parsing Numbers][The Fundamental =<<bind=, Parsing Numbers]]
- 6. [[Bracketed Sequences with Strings][Bracketed Sequences with Strings]]
- 7. [[Recursive Parsers][Recursive Parsers]]
- - [[Parsing JSON Files][Parsing JSON Files]]
- - [[Problems to Puzzle Out][Problems to Puzzle Out]]
- 8. [[Conclusion][Conclusion]]
- - [[code listing][code listing]]
+*** Table Of Contents
+
+ + [[#The Goofism Guide to PARZIVAL][The Goofism Guide to PARZIVAL]]
+ 1. [[#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 ]]
+ 2. [[#Getting Started (Finally)][Getting Started (Finally)]]
+ 3. [[#Jumping in with Whitespace][Jumping in with Whitespace]]
+ 4. [[#Mapping Results to =true=, =false=, and =null=][Mapping Results to =true=, =false=, and =null=]]
+ 5. [[#The Fundamental =<<bind=, Parsing Numbers][The Fundamental =<<bind=, Parsing Numbers]]
+ 6. [[#Bracketed Sequences with Strings][Bracketed Sequences with Strings]]
+ 7. [[#Recursive Parsers][Recursive Parsers]]
+ - [[#Parsing JSON Files][Parsing JSON Files]]
+ - [[#Problems to Puzzle Out][Problems to Puzzle Out]]
+ 8. [[#Conclusion][Conclusion]]
+ - [[#code listing][code listing]]
+
* The Goofism Guide to PARZIVAL