New
v1.3.2
Fixed bug: regex parsing now does not skip whitespaces.
Unclaimed project
Are you a maintainer of ctpg? Claim this project to take control of your public changelog and roadmap.
Changelog
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.
Fixed bug: regex parsing now does not skip whitespaces.