mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
Swedish functor implementation of Base
This commit is contained in:
8
examples/tutorial/semantics/BaseSwe.gf
Normal file
8
examples/tutorial/semantics/BaseSwe.gf
Normal 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) ;
|
||||
Reference in New Issue
Block a user