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/LexAttemptoFre.gf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'examples/attempto/LexAttemptoFre.gf') diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf index 91ebc32c4..91cd2eadf 100644 --- a/examples/attempto/LexAttemptoFre.gf +++ b/examples/attempto/LexAttemptoFre.gf @@ -1,5 +1,7 @@ instance LexAttemptoFre of LexAttempto = - open ExtraFre, SyntaxFre, ParadigmsFre, ConstructX, IrregFre in { + open ExtraFre, SyntaxFre, ParadigmsFre, ConstructX, + MakeStructuralFre, + IrregFre in { oper possible_A = mkA "possible" ; @@ -15,4 +17,11 @@ oper each_Det = every_Det ; ---- + that_Subj = mkSubj "que" ; ---- qu' + + comma_and_Conj = mkConj [] ", et" plural ; + comma_or_Conj = mkConj [] ", ou" singular ; + slash_Conj = mkConj [] "/" singular ; + + } -- cgit v1.2.3