forked from GitHub/gf-core
questions and transfer in shell state
This commit is contained in:
17
lib/resource-1.0/gf/Question.gf
Normal file
17
lib/resource-1.0/gf/Question.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
abstract Question = Cat, Sentence ** {
|
||||
|
||||
fun
|
||||
|
||||
QuestCl : Cl -> QCl ;
|
||||
QuestVP : IP -> VP -> QCl ;
|
||||
QuestSlash : IP -> Slash -> QCl ;
|
||||
QuestIAdv : IAdv -> Cl -> QCl ;
|
||||
|
||||
PrepIP : Prep -> IP -> IAdv ;
|
||||
FunIP : N2 -> IP -> IP ;
|
||||
AdvIP : IP -> Adv -> IP ;
|
||||
|
||||
IDetCN : IDet -> Num -> IP ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user