Merge private git for latim grammar into official darcs.

See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf 
for full git commit history
This commit is contained in:
Herbert Lange
2013-09-03 17:13:58 +00:00
parent d2ea52e0ec
commit 1f91d2287b
55 changed files with 52150 additions and 1606 deletions

View File

@@ -1,6 +1,6 @@
concrete AdverbLat of Adverb = CatLat ** open ResLat, Prelude in {
lin
-- lin
-- PositAdvAdj a = {s = a.s ! AAdv} ;
-- ComparAdvAdj cadv a np = {
-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom
@@ -9,7 +9,7 @@ concrete AdverbLat of Adverb = CatLat ** open ResLat, Prelude in {
-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s
-- } ;
PrepNP prep np = {s = appPrep prep np.s} ;
-- PrepNP prep np = {s = appPrep prep np.s} ;
-- AdAdv = cc2 ;
--