From 429092ac6aa1374a468b36904b4c2c668d892c54 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 1 Oct 2008 16:01:51 +0000 Subject: added mode 'gf --run' for running silently a script ; made quizzes handle character encoding correctly ; for this end, collected coding functions in GF.Text.Coding --- src/GF.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GF.hs') diff --git a/src/GF.hs b/src/GF.hs index 5b1776987..de288df10 100644 --- a/src/GF.hs +++ b/src/GF.hs @@ -37,5 +37,6 @@ mainOpts opts files = ModeVersion -> putStrLn $ "Grammatical Framework (GF) version " ++ showVersion version ModeHelp -> putStrLn helpMessage ModeInteractive -> mainGFI opts files + ModeRun -> mainRunGFI opts files ModeCompiler -> dieIOE (mainGFC opts files) -- cgit v1.2.3