summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2021-09-20 10:30:51 -0500
committerColin Okay <cbeok@protonmail.com>2021-09-20 10:30:51 -0500
commite0808dee6be0f1ece081873be051c85f4399241a (patch)
tree8d8833b200f318607d965439a7bd274db351d798
parent174f4686444f13b1e944af807864dc8c8133bd44 (diff)
removed toc from tutorial. codeberg makes one for me
-rw-r--r--examples/Tutorial.org16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/Tutorial.org b/examples/Tutorial.org
index 730891a..5cb9d38 100644
--- a/examples/Tutorial.org
+++ b/examples/Tutorial.org
@@ -1,20 +1,4 @@
- Table of Contents
-
- 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