aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-03-21 05:24:41 +0000
committerNerdyPepper <[email protected]>2019-03-21 05:24:41 +0000
commit6dbdc3dc4914c933aebfef6fe11389e796fe19ac (patch)
treebb7cdf33ffd1e2b8f0bfec412cdf7e11f8581fac
parenta050178c692c59861cb0fb9666321fbef7578039 (diff)
add goals
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 567e4c1..827804f 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,10 @@
1# eva 1# eva
2 2
3> a basic calculator REPL (WIP) 3> a basic calculator REPL (WIP)
4
5### todo
6
7 - add detailed error handler
8 - multiple arg functions
9 - unary operators (minus, factorial)
10 - lineeditor with syntax highlighting