Translates MuIR in text form and creates a correspondinng boot image, or generates C code that does the same.
## Preqrequisites:
* You will need a C++14 compiler (tested with g++ 5.4.0)
* You will ned the GNU Multiple Precision Arithmetic Library (tested with GMP 6.1.0)
* You will need a C++14 compiler (tested with clang++6.0.0)
* You will need the GNU Multiple Precision Arithmetic Library (tested with GMP 6.1.0)
* You will need the Antlr4 C++ runtime, use `git clone https://github.com/antlr/antlr4.git` and follow the build instructions in `runtime/Cpp/README.md`.
- Note that on some systems, `cmake` does not recognize the correct toolchain to use. So, we recommand setting both `CC` and `CXX` environment variables, before running the `cmake ..` command.
Once you've done that, copy the include files and the libraries (where $antlr4 is the root of the antlr4 git repo you just cloned):