diff options
Diffstat (limited to 'src/compiler/GF/Compile/GetGrammar.hs')
| -rw-r--r-- | src/compiler/GF/Compile/GetGrammar.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Compile/GetGrammar.hs b/src/compiler/GF/Compile/GetGrammar.hs index b4d2e13ef..4e2523d0b 100644 --- a/src/compiler/GF/Compile/GetGrammar.hs +++ b/src/compiler/GF/Compile/GetGrammar.hs @@ -35,6 +35,7 @@ import GF.System.Directory(removeFile,getCurrentDirectory) import System.FilePath(makeRelative) --getSourceModule :: Options -> FilePath -> IOE SourceModule +-- | Read a source file and parse it (after applying preprocessors specified in the options) getSourceModule opts file0 = --errIn file0 $ do tmp <- liftIO $ foldM runPreprocessor (Source file0) (flag optPreprocessors opts) |
