mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
attempto almost complete to spec now
This commit is contained in:
@@ -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 ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user