1
0
forked from GitHub/gf-core
Files
gf-core/old-examples/tutorial/semantics/BaseSwe.gf

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