diff --git a/README.md b/README.md index 07ac7e1..efc6e0a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [x] Math expressions - [ ] Unary operators - [ ] Negate `-X` - - [ ] Parentheses `(X+Y)*Z` + - [x] Parentheses `(X+Y)*Z` - [ ] Logical boolean operators - [ ] Variables - [ ] Declaration