diff --git a/lib/resource/doc/example/QuestionsEng.gf b/lib/resource/doc/example/QuestionsEng.gf index 62234bfec..2a0bb12ff 100644 --- a/lib/resource/doc/example/QuestionsEng.gf +++ b/lib/resource/doc/example/QuestionsEng.gf @@ -1,2 +1,2 @@ -concrete QuestionsEng of Questions = QuestionsI with +concrete QuestionsEng of Questions = QuestionsExI with (Resource = ResourceEng) ; diff --git a/lib/resource/doc/example/QuestionsExI.gfe b/lib/resource/doc/example/QuestionsExI.gfe new file mode 100644 index 000000000..adb54a900 --- /dev/null +++ b/lib/resource/doc/example/QuestionsExI.gfe @@ -0,0 +1,15 @@ +--# -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." ; + +} diff --git a/src/GF.hs b/src/GF.hs index 5cd474f1f..2b7b6880d 100644 --- a/src/GF.hs +++ b/src/GF.hs @@ -5,9 +5,9 @@ -- Stability : (stability) -- Portability : (portability) -- --- > CVS $Date: 2005/06/02 10:23:52 $ +-- > CVS $Date: 2005/06/02 17:31:56 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.25 $ +-- > CVS $Revision: 1.26 $ -- -- The Main module of GF program. ----------------------------------------------------------------------------- @@ -85,7 +85,7 @@ helpMsg = unlines [ " -noemit do not emit code when compiling", " -v be verbose when compiling", " -batch structure session by XML tags (use > to send into a file)", - " -makeconcrete batch-compile .gfp file to concrete syntax using parser", + " -makeconcrete batch-compile .gfe file to concrete syntax using parser", " -help show this message", "To use the GUI: jgf