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 ## Language features
- [x] Math expressions - [x] Math expressions
- [ ] Unary operators - [x] Unary operators
- [ ] Negate `-X` - [x] Negate `-X`
- [ ] Parentheses `(X+Y)*Z` - [x] Parentheses `(X+Y)*Z`
- [ ] Logical boolean operators - [ ] Logical boolean operators
- [ ] Variables - [ ] Variables
- [ ] Declaration - [ ] Declaration