peter-winter / ctpg

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.
MIT License
456 stars 24 forks source link

Skip newline option #40

Closed stephanroslen closed 2 years ago

stephanroslen commented 2 years ago

See https://github.com/peter-winter/ctpg/issues/37