From 6b4f9715e6acb87e05b8229bafd1f41d906e6409 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 14 Nov 2008 17:39:05 +0000 Subject: attempto almost complete to spec now --- examples/attempto/LexAttemptoGer.gf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'examples/attempto/LexAttemptoGer.gf') 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 ; + + } -- cgit v1.2.3