From 45cada8eade7242eb7f29af7b92858e9a1a7f68b Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 5 Jun 2020 11:37:58 +0200 Subject: Added print environment command, prompt editing and history with haskeline --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0fd44fb..84ccf7f 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ Uses eager evaluation, variable value is known after assignment, function value - Bonus - [ ] Better error message - [ ] Builtin functions (sin, cos, ...) - - [ ] Add realline library - - [ ] Command to print environment + - [x] Add realline library + - [x] Command to print environment -- cgit