summaryrefslogtreecommitdiff
path: root/examples/translator/AppChi.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2015-07-20 14:32:50 +0000
committeraarne <aarne@chalmers.se>2015-07-20 14:32:50 +0000
commitdb23eec58eb948e56da9b332eb682f100bc22edb (patch)
tree0d803740f0fa7527a258a28492045bdf4e0fd02d /examples/translator/AppChi.gf
parent400195b30768c9812051d13646218a598c894df0 (diff)
removed the obsolete examples/translator directory, which caused confusion
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 ;
-
-}
-
-