Skip to content
Snippets Groups Projects
Commit 2b05625d authored by Bart Wijgers's avatar Bart Wijgers
Browse files

Update the parser

And merged it with the edited version we had. It seems that this extra
line is the only thing that changed.
parent 55e161b6
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ import Debug.Trace ...@@ -71,6 +71,7 @@ import Debug.Trace
%left implication %left implication
%left or and %left or and
%left neg
%nonassoc alias equal %nonassoc alias equal
%nonassoc lessthan lessthanequal greaterthan greaterthanequal %nonassoc lessthan lessthanequal greaterthan greaterthanequal
......
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