Update README

This commit is contained in:
Daniel M 2022-01-28 14:58:21 +01:00
parent 1f1f589dd4
commit e28a990b85

View File

@ -10,9 +10,9 @@
## Language features
- [x] Math expressions
- [ ] Unary operators
- [ ] Negate `-X`
- [ ] Parentheses `(X+Y)*Z`
- [x] Unary operators
- [x] Negate `-X`
- [x] Parentheses `(X+Y)*Z`
- [ ] Logical boolean operators
- [ ] Variables
- [ ] Declaration