summaryrefslogtreecommitdiff
path: root/examples/translator/AppIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translator/AppIta.gf')
-rw-r--r--examples/translator/AppIta.gf18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/translator/AppIta.gf b/examples/translator/AppIta.gf
new file mode 100644
index 000000000..2a7d3715b
--- /dev/null
+++ b/examples/translator/AppIta.gf
@@ -0,0 +1,18 @@
+--# -path=.:../translator:../../../examples/phrasebook
+
+concrete AppIta of App =
+ SmallPredIta
+ , ExtensionsIta [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
+ , DocumentationIta
+ , DictionaryIta
+ , PhrasebookIta - [open_A]
+
+ ** {
+
+flags
+ literal = Symb ;
+
+lin
+ PhrasePhr p = {s = "+" ++ p.s} | p ;
+
+} \ No newline at end of file