summaryrefslogtreecommitdiff
path: root/examples/translator/App.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translator/App.gf')
-rw-r--r--examples/translator/App.gf17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/translator/App.gf b/examples/translator/App.gf
deleted file mode 100644
index e53f335c9..000000000
--- a/examples/translator/App.gf
+++ /dev/null
@@ -1,17 +0,0 @@
---# -path=.:../translator:../../../examples/phrasebook
-
-abstract App =
- SmallPred
- , Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
- , Documentation - [Pol,Tense]
- , Dictionary - [Pol,Tense]
-
- , Phrasebook
- ** {
-flags
- startcat=Phr ;
-
-fun
- PhrasePhr : Phrase -> Phr ;
-
-}