Update Table of contents

This commit is contained in:
Thomas Avé 2017-01-30 16:51:31 +01:00
parent a309103c79
commit 50d472a8f2
1 changed files with 2 additions and 0 deletions

View File

@ -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.