forked from GitHub/gf-core
attempto almost complete to spec now
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
instance LexAttemptoGer of LexAttempto =
|
||||
open ExtraGer, SyntaxGer, ParadigmsGer, ConstructX, IrregGer in {
|
||||
open ExtraGer, SyntaxGer, ParadigmsGer, ConstructX,
|
||||
MakeStructuralGer,
|
||||
IrregGer in {
|
||||
|
||||
oper
|
||||
possible_A = mkA "möglich" ;
|
||||
@@ -15,4 +17,11 @@ oper
|
||||
|
||||
each_Det = every_Det ;
|
||||
|
||||
that_Subj = mkSubj "daß" ;
|
||||
|
||||
comma_and_Conj = mkConj [] ", und" plural ;
|
||||
comma_or_Conj = mkConj [] ", oder" singular ;
|
||||
slash_Conj = mkConj [] "/" singular ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user