diff options
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 |