We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ca6e6 commit 5b6ecedCopy full SHA for 5b6eced
README.md
@@ -31,7 +31,7 @@ The module can evaluate mathematical expressions such as:
31
Allowed expressions must follow the following grammar:
32
33
```
34
-Expression = [{"("}] SubExpr [{Operator [{"("}] SubExpr [{")"}]}] [{")"}] | {["("] ["{"] List [{";" List}] ["}"] [")"]}
+Expression = ([{"("}] SubExpr [{Operator [{"("}] SubExpr [{")"}]}] [{")"}] | {["("] ["{"] List [{";" List}] ["}"] [")"]})
35
SubExpr = Token [{Operator Token}]
36
Token = [{Unary}] Argument [(Operator | Function) ["("] [{Unary}] [Argument] [")"]]
37
Argument = (List | Variable | Operand)
0 commit comments