diff options
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 | ||