From 5de3e3b2dc6fc82c39c16922c6edab90f325ffb4 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:25:49 +0900 Subject: [PATCH] Add a Table of Contents in README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4afdee2f..11bd94d9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,19 @@ Lrama is LALR (1) parser generator written by Ruby. The first goal of this project is providing error tolerant parser for CRuby with minimal changes on CRuby parse.y file. +* [Features](#features) +* [Installation](#installation) +* [Usage](#usage) +* [Versions and Branches](#versions-and-branches) +* [Supported Ruby version](#supported-ruby-version) +* [Development](#development) + * [How to generate parser.rb](#how-to-generate-parserrb) + * [Test](#test) + * [Profiling Lrama](#profiling-lrama) + * [Build Ruby](#build-ruby) +* [Release flow](#release-flow) +* [License](#license) + ## Features * Bison style grammar file is supported with some assumptions