1
0
forked from GitHub/gf-core
Files
gf-core/examples/shallow/ShallowFre.gf
2006-11-02 17:04:35 +00:00

34 lines
449 B
Plaintext

--# -path=.:alltenses:prelude
concrete ShallowFre of Shallow = GrammarFre - [
VP,
ImpersCl,
GenericCl,
ProgrVP,
ImpPl1,
UttVP,
QuestVP,
RelVP,
PredVP,
PredSCVP,
ImpVP,
EmbedVP,
UseV ,
ComplV2 ,
ComplV3 ,
ComplVV ,
ComplVS ,
ComplVQ ,
ComplVA ,
ComplV2A,
ReflV2 ,
UseComp ,
PassV2 ,
AdvVP ,
AdVVP
]
** ShallowI with
(Grammar = GrammarFre) ;