aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-05 11:37:58 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-05 11:38:59 +0200
commit45cada8eade7242eb7f29af7b92858e9a1a7f68b (patch)
treed4a2ee909f617b3366861666f82a128319ccd134 /README.md
parent2b0b62b44a87536597050c525322c7bcc745bdb2 (diff)
downloadcomputorv2-45cada8eade7242eb7f29af7b92858e9a1a7f68b.tar.gz
computorv2-45cada8eade7242eb7f29af7b92858e9a1a7f68b.tar.bz2
computorv2-45cada8eade7242eb7f29af7b92858e9a1a7f68b.zip
Added print environment command, prompt editing and history with haskeline
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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