Lexer Lightweight implementation in C++ Supports UTF-8 multi-byte characters 60+ unit tests Valgrind memory leak checked Quick Start $ mkdir build $ cd build $ cmake ../. $ make $ make check