Skip to content
Snippets Groups Projects
Commit 1fcda08a authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

The use of brackets is now equal to that of parentheses.

parent aed5ec18
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ class Parser(BisonParser):
('left', ('MINUS', 'PLUS')),
('nonassoc', ('INTEGRAL', 'DERIVATIVE')),
('left', ('TIMES', )),
('left', ('PRIME', )),
('left', ('DIVIDE', )),
('nonassoc', ('PRIME', )),
('nonassoc', ('NEG', )),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment