functor implementations of Mini and Micro for reference

This commit is contained in:
aarneranta
2021-05-26 07:54:10 +02:00
parent f857b50664
commit 0b32c0d51f
13 changed files with 379 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
--# -path=.:../abstract
concrete MicroLangFunctorSwe of MicroLang = MicroLangFunctor with
(Grammar = GrammarSwe),
(Syntax = SyntaxSwe),
(Lexicon = LexiconSwe)
;