p-ranav / lexer

Hackable Lexer with UTF-8 support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hackable Lexer with UTF-8 support

License:MIT License


Languages

Language:C++ 99.8%Language:CMake 0.2%