diff options
author | NerdyPepper <[email protected]> | 2019-03-21 05:24:41 +0000 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-03-21 05:24:41 +0000 |
commit | 6dbdc3dc4914c933aebfef6fe11389e796fe19ac (patch) | |
tree | bb7cdf33ffd1e2b8f0bfec412cdf7e11f8581fac /readme.md | |
parent | a050178c692c59861cb0fb9666321fbef7578039 (diff) |
add goals
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 | ||