forked from GitHub/gf-core
modernized parser in EmbedAPI
This commit is contained in:
6
examples/tutorial/embedded/MathEng.gf
Normal file
6
examples/tutorial/embedded/MathEng.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:present:prelude:mathematical
|
||||
|
||||
concrete MathEng of Math = MathI with
|
||||
(Syntax = SyntaxEng),
|
||||
(Symbol = SymbolEng),
|
||||
(LexMath = LexMathEng) ;
|
||||
Reference in New Issue
Block a user