/TheLexer

A simple lexer to parse your files.

Primary LanguageC++MIT LicenseMIT

TheLexer

A simple lexer to parse your files.

Why do you need a lexer?

The lexer is used to parse syntactic constructs. Usually a lexer is written for its own programming language and parsing various custom options from files.

Setup Project

1) git clone https://github.com/Retr0Wawe/TheLexer --recursive

2) cd TheLexer && mkdir build

3) cd build && cmake ..

How to use it?

Just see example.

Run Tests

From project directory:

1) cd build/tests/Debug

2) ./Tests