aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 512d881..0fd44fb 100644
--- a/README.md
+++ b/README.md
@@ -60,3 +60,17 @@ Uses eager evaluation, variable value is known after assignment, function value
> f(x) = 2 * 3 * 4 * x
24 * x
```
+
+## TODO
+
+- [ ] Reduce functions expression
+- [ ] `i` is not a valid label name
+- [ ] Check if matrix are rectangular
+- [ ] Polynomial detection and resolution
+- [ ] More operators
+
+- Bonus
+ - [ ] Better error message
+ - [ ] Builtin functions (sin, cos, ...)
+ - [ ] Add realline library
+ - [ ] Command to print environment