mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
language specific extensions started
This commit is contained in:
8
lib/resource-1.0/english/ExtraEng.gf
Normal file
8
lib/resource-1.0/english/ExtraEng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
concrete ExtraEng of ExtraEngAbs = CatEng ** open ResEng in {
|
||||
|
||||
lin
|
||||
GenNP np = {s = \\_ => np.s ! Gen} ;
|
||||
EmbedBareS s = s ;
|
||||
ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user