aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-03 22:57:10 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-03 22:57:10 +0200
commit2b0b62b44a87536597050c525322c7bcc745bdb2 (patch)
tree56ee143d427c66cb1f0583c07beec5f181abc983 /README.md
parent5e7d3a5ff586ac75b768a9a1c1f2d5b80960e821 (diff)
downloadcomputorv2-2b0b62b44a87536597050c525322c7bcc745bdb2.tar.gz
computorv2-2b0b62b44a87536597050c525322c7bcc745bdb2.tar.bz2
computorv2-2b0b62b44a87536597050c525322c7bcc745bdb2.zip
Added polynom solver from computorv1, Added matrix multipilcation
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