mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
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