summaryrefslogtreecommitdiff
path: root/examples-3.0/tutorial/smart/SmartSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples-3.0/tutorial/smart/SmartSwe.gf')
-rw-r--r--examples-3.0/tutorial/smart/SmartSwe.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples-3.0/tutorial/smart/SmartSwe.gf b/examples-3.0/tutorial/smart/SmartSwe.gf
new file mode 100644
index 000000000..a537639d6
--- /dev/null
+++ b/examples-3.0/tutorial/smart/SmartSwe.gf
@@ -0,0 +1,5 @@
+--# -path=.:alltenses:prelude
+
+concrete SmartSwe of Smart = SmartI with
+ (Syntax = SyntaxSwe),
+ (LexSmart = LexSmartSwe) ;