Files
gf-core/examples/tutorial/semantics/BaseSwe.gf
2007-10-21 10:45:51 +00:00

9 lines
213 B
Plaintext

--# -path=.:prelude:present:api:mathematical
concrete BaseSwe of Base = BaseI with
(Syntax = SyntaxSwe),
(Grammar = GrammarSwe),
(G = GrammarSwe),
(Symbolic = SymbolicSwe),
(LexBase = LexBaseSwe) ;