| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-13 | Refactoring in GF.Compile and GF.ReadFiles with an eye to parallel compilation | hallgren | |
| In particular, the function compileOne has been moved to the new module GF.CompileOne and its type has been changed from compileOne :: ... -> CompileEnv -> FilePath -> IOE CompileEnv to compileOne :: ... -> SourceGrammar -> FilePath -> IOE OneCompiledModule making it more suitable for use in a parallel compiler. | |||
