# IMP Interpreter A small interpreter of the IMP programming language. ## Build - `make all` to build interpreter. - `make repl` to run repl. - `make example` to interpret "example/example.imp". - `make clean` to remove build folder. ## Dependencies - [flex](https://github.com/westes/flex) - [bison](https://www.gnu.org/software/bison) - [readline](https://tiswww.case.edu/php/chet/readline/rltop.html)