ctpg/1.3.7

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.
Recipe info
2023-09-13

Available packages
Header Only

Install
Add the following line to your conanfile.txt:
[requires]
ctpg/1.3.7

Using ctpg

Loading ...
Loading...