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

@@ -3,7 +3,10 @@ concrete AdjectiveLat of Adjective = CatLat ** open ResLat, Prelude in {
lin
PositA a = a ;
PositA a = -- A -> AP
{
s = table { Ag g n c => a.s ! Posit ! Ag g n c } ;
};
{-
ComparA a np = {
@@ -29,11 +32,14 @@ concrete AdjectiveLat of Adjective = CatLat ** open ResLat, Prelude in {
} ;
-}
AdAP ada ap = {
s = \\g,n,c => ada.s ++ ap.s ! g ! n ! c ;
isPre = ap.isPre
-- AdAP ada ap = {
-- s = \\g,n,c => ada.s ++ ap.s ! g ! n ! c ;
-- isPre = ap.isPre
-- } ;
UseA2 a = -- A2 -> AP
{
s = table { Ag g n c => a.s ! Posit ! Ag g n c } ;
} ;
-- UseA2 a = a ;
}