diff options
Diffstat (limited to 'examples/attempto/LexAttemptoFre.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoFre.gf | 11 |
1 files changed, 10 insertions, 1 deletions
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 ; + + } |
