Skip to content

Commit 17ca6e6

Browse files
authored
Update README.md
1 parent cd7435f commit 17ca6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The module can evaluate mathematical expressions such as:
3131
Allowed expressions must follow the following grammar:
3232

3333
```
34-
Expression = ([{"("}] SubExpr [{Operator [{"("}] SubExpr [{")"}]}] [{")"}] | {["("] ["{"] List [{";" List}] ["}"] [")"]}
34+
Expression = [{"("}] SubExpr [{Operator [{"("}] SubExpr [{")"}]}] [{")"}] | {["("] ["{"] List [{";" List}] ["}"] [")"]}
3535
SubExpr = Token [{Operator Token}]
3636
Token = [{Unary}] Argument [(Operator | Function) ["("] [{Unary}] [Argument] [")"]]
3737
Argument = (List | Variable | Operand)

0 commit comments

Comments
 (0)