Files
gf-core/lib/resource/doc/example/QuestionsExI.gfe

16 lines
430 B
Plaintext

--# -resource=../../langeng.gfcm
-- to compile: gf -makeconcrete QuestionsExI.gfe
incomplete concrete QuestionsExI of Questions = open Resource in {
lincat
Phrase = Phr ;
Entity = N ;
Action = V2 ;
lin Who love_V2 man_N = in Phr "who loves the men?" ;
lin Whom man_N love_V2 = in Phr "whom does the man love?" ;
lin Answer woman_N love_V2 man_N = in Phr "the woman loves the man." ;
}