Swedish functor implementation of Base

This commit is contained in:
aarne
2007-10-21 10:45:51 +00:00
parent 087fddc174
commit 3b878f85d8
9 changed files with 53 additions and 26 deletions

View File

@@ -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) ;