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.
vcpkg install ctpgNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of ctpg for compile-time parsing
No known issues recorded.
No dependency data recorded yet.
No resource links recorded.