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/LexAttemptoFre.gf | |
| parent | d5fa908250517476d69fae92ec7648a207007c0a (diff) | |
attempto almost complete to spec now
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 ; + + } |
