summaryrefslogtreecommitdiff
path: root/src/GF/Devel/ReadFiles.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2008-04-29add ModEnv to CompileEnv. This removes the need to read one and the same ↵krasimir
time twice when multiple grammars are loaded.
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 ↵krasimir
manipulation functions
2008-04-22isOldFile should use the real lexer instead of "words" this avoids the need ↵krasimir
for custom unComm function
2008-04-22Use Happy grammar for imports extraction instead of hand made shallow crapy ↵krasimir
grammar
2008-04-17ByteString.readFile should be used instead of readFileStrict. This fixes the ↵krasimir
problem with the open files
2007-11-04changed suffix gfc to gfo in the gfc program to enable sharing directories ↵aarne
with gf
2007-09-20compiler "gfc" in GF/Develaarne