A lightweight JIT compiler for flexible data access in simulation applications
- mkdir build
- cd build
- cmake ../
- make
This step is only necessary if you have modified one of the following files:
parser.yy
scanner.ll
assembly.dasc
Prerequisites for the generate task are:
Bison (Tested with version 3.0.4): https://www.gnu.org/software/bison/
Flex (Tested with version 2.6.0): https://github.com/westes/flex
- make generate
- make install
- make uninstall
ImpalaJIT is release under the MIT License (see COPYING)