From 50d472a8f25ad318ad00e9c984786d9bf7ebeaf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 30 Jan 2017 16:51:31 +0100 Subject: [PATCH] Update Table of contents --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a1f2df..aa94d2d 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ A language agnostic lexical analyser generator ## Table Of Contents * [Introduction](#introduction) * [Requirements](#requirements) +* [Used dependencies](#used-dependencies) * [Building](#building) * [Getting started](#getting-started) * [More examples](#more-examples) * [Tested with](#tested-with) * [Authors](#authors) +* [License](#license) ## Introduction Lexesis is a language agnostic lexical analyser generator. Which means that it uses a description of *tokens* in the form of regular expressions, and outputs source files for a lexer/scanner (which can be in any language for which a backend has been built, currently only c++), which can be used in building a larger application.