diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-10-01 16:01:51 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-10-01 16:01:51 +0000 |
| commit | 429092ac6aa1374a468b36904b4c2c668d892c54 (patch) | |
| tree | 73d56e3a233b80b8e25a80b5b518802590603718 /src/GF.hs | |
| parent | 307042a6a1863854920da7eaae6fbc588457221c (diff) | |
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
Diffstat (limited to 'src/GF.hs')
| -rw-r--r-- | src/GF.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
