mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Changed precedence of projection to be higher than application.
This commit is contained in:
@@ -79,11 +79,11 @@ EMul. Exp7 ::= Exp7 "*" Exp8 ;
|
||||
EDiv. Exp7 ::= Exp7 "/" Exp8 ;
|
||||
EMod. Exp7 ::= Exp7 "%" Exp8 ;
|
||||
|
||||
EProj. Exp8 ::= Exp8 "." Ident ;
|
||||
ENeg. Exp8 ::= "-" Exp8 ;
|
||||
|
||||
ENeg. Exp9 ::= "-" Exp9 ;
|
||||
EApp. Exp9 ::= Exp9 Exp10 ;
|
||||
|
||||
EApp. Exp10 ::= Exp10 Exp11 ;
|
||||
EProj. Exp10 ::= Exp10 "." Ident ;
|
||||
|
||||
EEmptyRec. Exp11 ::= "{" "}" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user