CompilerTeaching / Pegmatite

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

Add support for lit-based testing. #31

Open trombonehero opened 6 years ago

davidchisnall commented 6 years ago

I'd rather avoid lit, because it is pretty big for the tiny subset of features that we actually want. For dtc, I use CMake's ctest to drive FileCheck, which seems to work quite well.