From 7c8d2f71dc71a1890cc3b4c77d440c63f82cf76b Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 14 May 2016 08:30:49 +0000 Subject: commented out the import of Phrasebook in App with --P; the idea is that application grammar parsing is done in a separate phase, which is faster and more flexible. Also re-enabled ComplV3 and ComplV2V, after testing that they don't reduce the parsing speed too much. --- examples/app/AppChi.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/app/AppChi.gf') diff --git a/examples/app/AppChi.gf b/examples/app/AppChi.gf index c4dda6218..8abffcc0c 100644 --- a/examples/app/AppChi.gf +++ b/examples/app/AppChi.gf @@ -24,7 +24,7 @@ concrete AppChi of App = PassVPSlash, PassAgentVPSlash -- not reachable anyway ] - ,PhrasebookChi - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv, closed_A, open_A, at_Prep, by_Prep] + --P ,PhrasebookChi - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv, closed_A, open_A, at_Prep, by_Prep] ** open ParadigmsChi, SyntaxChi, Prelude in { -- cgit v1.2.3