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