This folder contains the C++ source code for the P4-16 compiler. The compiler documentation is in docs/README.md To build execute the following commands: ./bootstrap.sh cd build make check