attempto almost complete to spec now

This commit is contained in:
aarne
2008-11-14 17:39:05 +00:00
parent 65c6f8548a
commit 6b21e170e8
7 changed files with 73 additions and 29 deletions

View File

@@ -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 ;
}