mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
Hebrew RGL files added
This commit is contained in:
13
lib/src/hebrew/VerbHeb.gf
Normal file
13
lib/src/hebrew/VerbHeb.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
concrete VerbHeb of Verb = CatHeb ** open Prelude, ResHeb in {
|
||||
|
||||
flags optimize=all_subs ; flags coding=utf8 ;
|
||||
|
||||
lin
|
||||
|
||||
UseV = predV ;
|
||||
|
||||
ComplSlash vp np = insertObj np vp ;
|
||||
|
||||
SlashV2a v = predV v ** {c2 = v.c2} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user