mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
added timeout to gr -cf
This commit is contained in:
@@ -108,7 +108,7 @@ linearize mgr lang =
|
||||
untok .
|
||||
linTree2string noMark (canModules mgr) (zIdent lang)
|
||||
where
|
||||
sgr = stateGrammarOfLang mgr (zIdent lang)
|
||||
sgr = stateGrammarOfLangOpt False mgr (zIdent lang)
|
||||
untok = customOrDefault noOptions useUntokenizer customUntokenizer sgr
|
||||
|
||||
showTree t = prt_ $ tree2exp t
|
||||
|
||||
Reference in New Issue
Block a user