summaryrefslogtreecommitdiff
path: root/examples-3.0/tutorial/semantics/BaseSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-20 10:38:03 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-20 10:38:03 +0000
commite4119186fa03a12d8820bc3c03797ac33c71e258 (patch)
tree87674c66ff9261fbdb9b75ea7507fdd0e5ec3c18 /examples-3.0/tutorial/semantics/BaseSwe.gf
parentc3bb8267e67f8d2238a95f3930d6d8e3a6f7d234 (diff)
tutorial semantics example works except one rul
Diffstat (limited to 'examples-3.0/tutorial/semantics/BaseSwe.gf')
-rw-r--r--examples-3.0/tutorial/semantics/BaseSwe.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples-3.0/tutorial/semantics/BaseSwe.gf b/examples-3.0/tutorial/semantics/BaseSwe.gf
new file mode 100644
index 000000000..6329c1c9c
--- /dev/null
+++ b/examples-3.0/tutorial/semantics/BaseSwe.gf
@@ -0,0 +1,8 @@
+--# -path=.:prelude:present:api:mathematical
+
+concrete BaseSwe of Base = BaseI with
+ (Syntax = SyntaxSwe),
+ (Grammar = GrammarSwe),
+ (G = GrammarSwe),
+ (Symbolic = SymbolicSwe),
+ (LexBase = LexBaseSwe) ;