This compiler is designed and developed for tutorial of p4tw.org
To compile it, link this directory in to p4c/extensions
and compile the p4c.
$ cd p4c
$ mkdir -p extensions
$ ln -s three-table-arch extensions/three-table-arch
$ ./bootstrap
$ cd build && make -j4
$ make install