summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-26 18:55:16 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-26 18:55:16 -0500
commit6671a3904bcb36c3c873ad9777827e57bc602f0d (patch)
tree425149d4895f37f2f9eaa41445625c388113538d
parentdabc3daa405af6d9ead6e87974dea1e161337b66 (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 1a57a87..826baa5 100644
--- a/examples/Tutorial.org
+++ b/examples/Tutorial.org
@@ -1,20 +1,20 @@
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]]
+ 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