mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
Added French for new API. Started alpha conv. Fixed bugs.
This commit is contained in:
@@ -268,7 +268,7 @@ execECommand env c = case c of
|
||||
_ -> changeMsg ["command not yet implemented"]
|
||||
where
|
||||
sgr = firstStateGrammar env
|
||||
agrs = [sgr] ---- allActiveGrammars env
|
||||
agrs = allStateGrammars env ---- allActiveGrammars env
|
||||
cgr = canCEnv env
|
||||
gr = grammarCEnv env
|
||||
der = maybe True not $ caseYesNo (globalOptions env) noDepTypes
|
||||
|
||||
Reference in New Issue
Block a user