mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 23:22:51 -06:00
small progress on PMCFG
This commit is contained in:
@@ -107,7 +107,7 @@ compileSourceModule opts cwd mb_gfFile gr =
|
||||
-- Apply to complete modules when not generating tags
|
||||
backend mo3 =
|
||||
do if isModCnc (snd mo3) && flag optPMCFG opts
|
||||
then runPassI "generating PMCFG" $ fmap fst $ runCheck' opts (generatePMCFG opts gr mo3)
|
||||
then runPassI "generating PMCFG" $ fmap fst $ runCheck' opts (generatePMCFG opts cwd gr mo3)
|
||||
else runPassI "" $ return mo3
|
||||
|
||||
ifComplete yes mo@(_,mi) =
|
||||
|
||||
Reference in New Issue
Block a user