aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-20 21:29:50 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-20 21:29:50 +0200
commit40cccdb7cc472ee6300c25e1774a8489e9107f6a (patch)
tree7a4b0b37d8547a27b9964cd775bc0eb75d69288a /README.md
parent56cd967554e39dd9053b2b28c1f603ae63808527 (diff)
downloadimp-40cccdb7cc472ee6300c25e1774a8489e9107f6a.tar.gz
imp-40cccdb7cc472ee6300c25e1774a8489e9107f6a.zip
repl
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b327668..dc39ac2 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,12 @@ 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) \ No newline at end of file
+- [bison](https://www.gnu.org/software/bison)
+- [readline](https://tiswww.case.edu/php/chet/readline/rltop.html) \ No newline at end of file