forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
@@ -16,7 +16,7 @@ MTTrans. ModType ::= "transfer" Ident ":" Ident "->" Ident ;
|
||||
|
||||
separator Module "" ;
|
||||
|
||||
Ext. Extend ::= Ident "**" ;
|
||||
Ext. Extend ::= [Ident] "**" ;
|
||||
NoExt. Extend ::= ;
|
||||
|
||||
Opens. Open ::= "open" [Ident] "in" ;
|
||||
|
||||
Reference in New Issue
Block a user