PrettyParsing

September 2, 2016 ยท View on GitHub

This is a simple library for implementing verified, human-readable, text-based representations of data in Coq.

Build Instructions

PrettyParsing depends on StructTact. This dependency is automatically detected by the ./configure script if it is built in a sibling directory to this repository. Otherwise, you will need to edit ./configure to set the StructTact_PATH environment variable to the path of your StructTact build.

./configure
make