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:
@@ -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 ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user