diff options
| author | aarne <aarne@chalmers.se> | 2016-05-14 08:30:49 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2016-05-14 08:30:49 +0000 |
| commit | 7c8d2f71dc71a1890cc3b4c77d440c63f82cf76b (patch) | |
| tree | 10db9012b1845c08b7c07b5d91163c0f8d1d002f /examples/app/AppSpa.gf | |
| parent | bde9dc7cfdf4142909c9f9d06625aeb2352f504e (diff) | |
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.
Diffstat (limited to 'examples/app/AppSpa.gf')
| -rw-r--r-- | examples/app/AppSpa.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/AppSpa.gf b/examples/app/AppSpa.gf index e1a970461..842d230ae 100644 --- a/examples/app/AppSpa.gf +++ b/examples/app/AppSpa.gf @@ -25,7 +25,7 @@ concrete AppSpa of App = PassVPSlash, PassAgentVPSlash -- not reachable anyway ] - ,PhrasebookSpa - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, cheap_A,expensive_A, open_A, closed_A] + --P ,PhrasebookSpa - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, cheap_A,expensive_A, open_A, closed_A] ** open ParadigmsSpa, SyntaxSpa, Prelude in { |
