mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
Oops, inverted meaning of optBuildParser.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user