forked from GitHub/gf-core
part of Attempto controlled language in English and Swedish
This commit is contained in:
18
examples/attempto/LexAttempto.gf
Normal file
18
examples/attempto/LexAttempto.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
interface LexAttempto = open Syntax in {
|
||||
|
||||
oper
|
||||
possible_A : A ;
|
||||
necessary_A : A ;
|
||||
own_A : A ;
|
||||
have_VV : VV ;
|
||||
provably_Adv : Adv ;
|
||||
provable_A : A ;
|
||||
false_A : A ;
|
||||
|
||||
genitiveNP : NP -> CN -> NP ;
|
||||
|
||||
-- m_Unit : Unit ;
|
||||
-- l_Unit : Unit ;
|
||||
-- kg_Unit : Unit ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user