You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Lightweight C++03 lexer/parser generator in a single header + source; outputs DFA code and LR(0)/LR(1) parse tables, and includes built-in table-driven lexing/parsing runtimes