Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 283 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 283 Bytes

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

UTF-8 Lexer