Update Table of contents
This commit is contained in:
parent
a309103c79
commit
50d472a8f2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue