mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
Honor --erasing flag from command-line also when compiling existing .gfo to PGF.
This commit is contained in:
@@ -74,7 +74,7 @@ optimize opts = cse . suf
|
||||
|
||||
buildParser :: Options -> PGF -> PGF
|
||||
buildParser opts =
|
||||
if flag optBuildParser opts then addParsers else id
|
||||
if flag optBuildParser opts then addParsers opts else id
|
||||
|
||||
batchCompile :: Options -> [FilePath] -> IOE SourceGrammar
|
||||
batchCompile opts files = do
|
||||
|
||||
Reference in New Issue
Block a user