Skip to content

p-ranav/lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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