diff --git a/doc/gf-history.html b/doc/gf-history.html index 1e5555c11..c6de42c03 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -18,7 +18,7 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2 grammar writing by examples. Files of this format are first converted to .gf files by the command
-  gf -makeconcrete File.gfe
+  gf -examples File.gfe
 
See ../lib/resource/doc/examples/QuestionsI.gfe diff --git a/src/GF.hs b/src/GF.hs index 2b7b6880d..96cf33661 100644 --- a/src/GF.hs +++ b/src/GF.hs @@ -5,9 +5,9 @@ -- Stability : (stability) -- Portability : (portability) -- --- > CVS $Date: 2005/06/02 17:31:56 $ +-- > CVS $Date: 2005/06/03 21:51:58 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.26 $ +-- > CVS $Revision: 1.27 $ -- -- The Main module of GF program. ----------------------------------------------------------------------------- @@ -60,7 +60,7 @@ main = do _ -> putStrLnFlush "expecting exactly one gf file to compile" _ | opt makeConcrete -> do - mapM_ mkConcrete fs + mkConcretes fs _ | opt doBatch -> do if opt beSilent then return () else putStrLnFlush "" @@ -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 .gfe file to concrete syntax using parser", + " -examples batch-compile .gfe file by parsing examples", " -help show this message", "To use the GUI: jgf