summaryrefslogtreecommitdiff
path: root/testsuite/canonical/grammars/PhrasebookGer.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/canonical/grammars/PhrasebookGer.gf')
-rw-r--r--testsuite/canonical/grammars/PhrasebookGer.gf14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/canonical/grammars/PhrasebookGer.gf b/testsuite/canonical/grammars/PhrasebookGer.gf
new file mode 100644
index 000000000..c6402297c
--- /dev/null
+++ b/testsuite/canonical/grammars/PhrasebookGer.gf
@@ -0,0 +1,14 @@
+--# -path=.:present
+
+concrete PhrasebookGer of Phrasebook =
+ open
+ SyntaxGer,
+ LexiconGer in {
+
+ lincat
+ VerbPhrase = VP ;
+
+ lin
+ VRead = mkVP <lin V read_V2 : V> ;
+
+}