From e0808dee6be0f1ece081873be051c85f4399241a Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 20 Sep 2021 10:30:51 -0500 Subject: removed toc from tutorial. codeberg makes one for me --- examples/Tutorial.org | 16 ---------------- 1 file changed, 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 <