diff options
Diffstat (limited to 'examples/bronzeage/SwadeshSpa.gf')
| -rw-r--r-- | examples/bronzeage/SwadeshSpa.gf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/examples/bronzeage/SwadeshSpa.gf b/examples/bronzeage/SwadeshSpa.gf index c7a940835..b474c2521 100644 --- a/examples/bronzeage/SwadeshSpa.gf +++ b/examples/bronzeage/SwadeshSpa.gf @@ -5,6 +5,9 @@ concrete SwadeshSpa of Swadesh = CatSpa -- words contributed by Ana Bove, May 2005 + lincat + MassN = N ; + lin -- Pronouns @@ -36,6 +39,15 @@ concrete SwadeshSpa of Swadesh = CatSpa n = Pl } ; + left_Ord = mkOrd (regA "izquierda") ; + right_Ord = mkOrd (regA "derecha") ; + + oper + mkOrd : A -> Ord ; + mkOrd x = {s = \\ag => x.s ! Posit ! AF ag.g ag.n; lock_Ord = <> } ; + + lin + -- Adverbs here_Adv = here_Adv; @@ -101,9 +113,6 @@ concrete SwadeshSpa of Swadesh = CatSpa wide_A = regA "ancho" ; -- extenso yellow_A = yellow_A ; - left_A = regA "izquierda" ; - right_A = regA "derecha" ; - -- Nouns animal_N = regN "animal" ; -- masc (sometimes fem when adj) |
