mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
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