diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-20 21:29:50 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-20 21:29:50 +0200 |
commit | 40cccdb7cc472ee6300c25e1774a8489e9107f6a (patch) | |
tree | 7a4b0b37d8547a27b9964cd775bc0eb75d69288a /README.md | |
parent | 56cd967554e39dd9053b2b28c1f603ae63808527 (diff) | |
download | imp-40cccdb7cc472ee6300c25e1774a8489e9107f6a.tar.gz imp-40cccdb7cc472ee6300c25e1774a8489e9107f6a.zip |
repl
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |