aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b05b025ab2d9bf5956cf273bfbdf6f52e26172a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# IMP Interpreter

A small interpreter of the IMP programming language.

# Build

- `make all` to build interpreter.
- `make run` to interpret "example.imp".
- `make clean` to remove build folder.

## Dependencies

- [flex](https://github.com/westes/flex)
- [bison](https://www.gnu.org/software/bison)