diff options
| author | krasimir <krasimir@chalmers.se> | 2010-02-17 11:07:24 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-02-17 11:07:24 +0000 |
| commit | f7f0112256b738a7c640c37d5bcbfc8a33bdb307 (patch) | |
| tree | e75a57edda742cbda74326331655cdf31e943649 /examples/SUMO/RGLExt/DictLangEng.gf | |
| parent | a4d41ef3e32af4f5e2fb2f5e97ff7024aa4dd068 (diff) | |
added examples/SUMO
Diffstat (limited to 'examples/SUMO/RGLExt/DictLangEng.gf')
| -rw-r--r-- | examples/SUMO/RGLExt/DictLangEng.gf | 9 |
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 ;
+
+} ;
|
