diff options
Diffstat (limited to 'deprecated/old-lib/resource/romance/ExtRomance.gf')
| -rw-r--r-- | deprecated/old-lib/resource/romance/ExtRomance.gf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/romance/ExtRomance.gf b/deprecated/old-lib/resource/romance/ExtRomance.gf new file mode 100644 index 000000000..a5586d715 --- /dev/null +++ b/deprecated/old-lib/resource/romance/ExtRomance.gf @@ -0,0 +1,14 @@ +incomplete concrete ExtRomance of ExtRomanceAbs = + CatRomance ** open DiffRomance, ResRomance in { + + lin + DefSgN predet noun = let g = noun.g in { + s = \\c => predet.s ! gennum g Sg ++ noun.s ! Sg ! Def ! caseNP c ; + a = agrP3 g Sg + } ; + DefPlN predet noun = let g = noun.g in { + s = \\c => predet.s ! Plg ++ noun.s ! Pl ! Def ! caseNP c ; + a = agrP3 g Sg + } ; + +} |
