summaryrefslogtreecommitdiff
path: root/examples/Tutorial.org
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Tutorial.org')
-rw-r--r--examples/Tutorial.org28
1 files changed, 14 insertions, 14 deletions
diff --git a/examples/Tutorial.org b/examples/Tutorial.org
index 41a5781..8c597fc 100644
--- a/examples/Tutorial.org
+++ b/examples/Tutorial.org
@@ -1,19 +1,19 @@
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]]
+
+ 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