A simple lexer to parse your files.
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.
1) git clone https://github.com/Retr0Wawe/TheLexer --recursive
2) cd TheLexer && mkdir build
3) cd build && cmake ..
Just see
example
.
1) cd build/tests/Debug
2) ./Tests