Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
5590facd
Commit
5590facd
authored
Mar 21, 2010
by
Andrei Paskevich
Browse files
raise the precedence of typecasting over DOT, ELSE, and IN
parent
44135941
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parser/parser.mly
View file @
5590facd
...
@@ -80,10 +80,8 @@
...
@@ -80,10 +80,8 @@
%
nonassoc
prec_decls
%
nonassoc
prec_decls
%
nonassoc
LOGIC
TYPE
INDUCTIVE
%
nonassoc
LOGIC
TYPE
INDUCTIVE
%
nonassoc
DOT
ELSE
IN
%
nonassoc
COLON
%
nonassoc
COLON
%
nonassoc
ELSE
%
nonassoc
IN
%
nonassoc
DOT
%
nonassoc
prec_named
%
nonassoc
prec_named
%
right
ARROW
LRARROW
%
right
ARROW
LRARROW
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment