CompilerTeaching / Pegmatite

A library for reusable parsers
http://compilerteaching.github.io/pegmatite/
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Pegmatite has two tracing options #36

Closed mjp41 closed 4 years ago

mjp41 commented 4 years ago

One for debugging the parsing, and one for debugging building the AST. The commit makes the AST construction exposed to CMake.