forked from GitHub/comp-syntax-gu-mlt
functor implementations of Mini and Micro for reference
This commit is contained in:
8
lab2/grammar/functor/MiniLangFunctorEng.gf
Normal file
8
lab2/grammar/functor/MiniLangFunctorEng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:../abstract
|
||||
|
||||
concrete MiniLangFunctorEng of MiniLang = MiniLangFunctor with
|
||||
(Grammar = GrammarEng),
|
||||
(Syntax = SyntaxEng),
|
||||
(Lexicon = LexiconEng)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user