summaryrefslogtreecommitdiff
path: root/examples/SUMO/RGLExt/DictLangEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SUMO/RGLExt/DictLangEng.gf')
-rw-r--r--examples/SUMO/RGLExt/DictLangEng.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/SUMO/RGLExt/DictLangEng.gf b/examples/SUMO/RGLExt/DictLangEng.gf
new file mode 100644
index 000000000..4e5aa5335
--- /dev/null
+++ b/examples/SUMO/RGLExt/DictLangEng.gf
@@ -0,0 +1,9 @@
+--# -path=.:../../../lib/src/abstract:../../../lib/src/english:../../../lib/src/common
+
+concrete DictLangEng of DictLang =
+ GrammarEng,
+ ExtensionEng ** {
+
+flags unlexer = text ; lexer = text ;
+
+} ;