Files
gf-core/lib/src/amharic/IdiomAmh.gf
hallgren fc2f5b0a1a Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00

16 lines
515 B
Plaintext

concrete IdiomAmh of Idiom = CatAmh ** open Prelude, ResAmh in {
flags coding=utf8;
----
---- flags optimize=all_subs ;
----
---- lin
---- ExistNP np =
---- mkClause "تهري" (agrP3 np.a.n) (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ;
---- ImpersCl vp = mkClause "ِت" (agrP3 Sg) vp ;
---- GenericCl vp = mkClause "ْني" (agrP3 Sg) vp ;
----
---- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ;
---- ProgrVP : VP -> VP ; -- be sleeping
}