aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b05b025
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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) \ No newline at end of file