summaryrefslogtreecommitdiff
path: root/src/GF/Devel/ReadFiles.hs
AgeCommit message (Expand)Author
2008-06-25removed src for 2.9aarne
2008-04-29add ModEnv to CompileEnv. This removes the need to read one and the same time...krasimir
2008-04-25completely rewriten readFiles implementation. Much simpler and more efficientkrasimir
2008-04-22fix complete pattern in isOldFilekrasimir
2008-04-22use the standard System.FilePath module instead of our own broken file path m...krasimir
2008-04-22isOldFile should use the real lexer instead of "words" this avoids the need f...krasimir
2008-04-22Use Happy grammar for imports extraction instead of hand made shallow crapy g...krasimir
2008-04-17ByteString.readFile should be used instead of readFileStrict. This fixes the ...krasimir
2007-11-04changed suffix gfc to gfo in the gfc program to enable sharing directories wi...aarne
2007-09-20compiler "gfc" in GF/Develaarne