1
0
forked from GitHub/gf-core

Oops, inverted meaning of optBuildParser.

This commit is contained in:
bjorn
2008-05-28 19:56:12 +00:00
parent 22a165c266
commit 0a0412c036

View File

@@ -61,7 +61,7 @@ optimize opts = cse . suf
buildParser :: Options -> GFCC -> GFCC
buildParser opts =
if moduleFlag optBuildParser opts then id else addParsers
if moduleFlag optBuildParser opts then addParsers else id
batchCompile :: Options -> [FilePath] -> IOE SourceGrammar
batchCompile opts files = do