From 40cccdb7cc472ee6300c25e1774a8489e9107f6a Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Tue, 20 May 2025 21:29:50 +0200 Subject: repl --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3