summaryrefslogtreecommitdiff
path: root/examples/wiki/EditorEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-03-04 11:56:12 +0000
committeraarne <aarne@cs.chalmers.se>2008-03-04 11:56:12 +0000
commitbc77ad31639775dbb8201e44d1f8a3c3b8b78852 (patch)
tree83654a2fc5e67ebfb8ed8908b7c779b728a4edcf /examples/wiki/EditorEng.gf
parentb21fe037352bbbe55a1d30515c278d21f964bdec (diff)
added wiki grammars
Diffstat (limited to 'examples/wiki/EditorEng.gf')
-rw-r--r--examples/wiki/EditorEng.gf7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/wiki/EditorEng.gf b/examples/wiki/EditorEng.gf
new file mode 100644
index 000000000..11e5efdca
--- /dev/null
+++ b/examples/wiki/EditorEng.gf
@@ -0,0 +1,7 @@
+
+--# -path=.:present:prelude
+
+concrete EditorEng of Editor = EditorI with
+
+ (Syntax = SyntaxEng),
+ (LexEditor = LexEditorEng) ;