Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.
c-plus-plus
regex
lr-parser
parser-generator
grammar
header-only
cpp17
compile-time
lookahead
lr1
compiler-compiler
lr1-parser
-
Updated
Sep 8, 2022 - C++