Skip to content

Instantly share code, notes, and snippets.

View 52617365's full-sized avatar

Rase 52617365

View GitHub Profile
@arrieta
arrieta / lexer.cpp
Last active July 19, 2024 21:02
Simple C++ Lexer
// A simple Lexer meant to demonstrate a few theoretical concepts. It can
// support several parser concepts and is very fast (though speed is not its
// design goal).
//
// J. Arrieta, Nabla Zero Labs
//
// This code is released under the MIT License.
//
// Copyright 2018 Nabla Zero Labs
//