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/LexAttemptoEng.gf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/attempto/LexAttemptoEng.gf') diff --git a/examples/attempto/LexAttemptoEng.gf b/examples/attempto/LexAttemptoEng.gf index c1ea27b4c..65ed0aa28 100644 --- a/examples/attempto/LexAttemptoEng.gf +++ b/examples/attempto/LexAttemptoEng.gf @@ -4,6 +4,7 @@ instance LexAttemptoEng of LexAttempto = SyntaxEng, ParadigmsEng, ConstructX, + MakeStructuralEng, IrregEng in { oper @@ -22,4 +23,11 @@ oper each_Det = ExtraEng.each_Det ; + that_Subj = mkSubj "that" ; + + comma_and_Conj = mkConj [] ", and" plural ; + comma_or_Conj = mkConj [] ", or" singular ; + slash_Conj = mkConj [] "/" singular ; + + } -- cgit v1.2.3