diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:39:05 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:39:05 +0000 |
| commit | 6b4f9715e6acb87e05b8229bafd1f41d906e6409 (patch) | |
| tree | 518851d83cee0d75283694f65ceddf671d299bc9 /examples/attempto/LexAttemptoGer.gf | |
| parent | d5fa908250517476d69fae92ec7648a207007c0a (diff) | |
attempto almost complete to spec now
Diffstat (limited to 'examples/attempto/LexAttemptoGer.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoGer.gf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/examples/attempto/LexAttemptoGer.gf b/examples/attempto/LexAttemptoGer.gf index 9274d80f3..38bc4935d 100644 --- a/examples/attempto/LexAttemptoGer.gf +++ b/examples/attempto/LexAttemptoGer.gf @@ -1,5 +1,7 @@ instance LexAttemptoGer of LexAttempto = - open ExtraGer, SyntaxGer, ParadigmsGer, ConstructX, IrregGer in { + open ExtraGer, SyntaxGer, ParadigmsGer, ConstructX, + MakeStructuralGer, + IrregGer in { oper possible_A = mkA "möglich" ; @@ -15,4 +17,11 @@ oper each_Det = every_Det ; + that_Subj = mkSubj "daß" ; + + comma_and_Conj = mkConj [] ", und" plural ; + comma_or_Conj = mkConj [] ", oder" singular ; + slash_Conj = mkConj [] "/" singular ; + + } |
