summaryrefslogtreecommitdiff
path: root/examples/translator/AppChi.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translator/AppChi.gf')
-rw-r--r--examples/translator/AppChi.gf20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/translator/AppChi.gf b/examples/translator/AppChi.gf
deleted file mode 100644
index 66c55fce5..000000000
--- a/examples/translator/AppChi.gf
+++ /dev/null
@@ -1,20 +0,0 @@
---# -path=.:../translator:../../../examples/phrasebook
-
-concrete AppChi of App =
- SmallPredChi
- , ExtensionsChi [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
- , DocumentationChi - [Pol,Tense,Ant]
- , DictionaryChi - [Pol,Tense,Ant]
- , PhrasebookChi - [Ant,Pol,Tense,at_Prep]
-
- ** {
-
-flags
- literal = Symb ;
-
-lin
- PhrasePhr p = {s = "+" ++ p.s} | p ;
-
-}
-
-