forked from GitHub/gf-core
GFEP: updated examples
This commit is contained in:
8
eclipse/examples/foods/FoodsEng.gf
Normal file
8
eclipse/examples/foods/FoodsEng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Functor Instantiation
|
||||
--# -path=.:/home/john/.cabal/share/gf-3.2.9/lib/present
|
||||
concrete FoodsEng of Foods = FoodsI - [Pizza] with
|
||||
(Syntax = SyntaxEng),
|
||||
(LexFoods = LexFoodsEng) **
|
||||
open SyntaxEng, ParadigmsEng in {
|
||||
lin Pizza = mkCN (mkA "Italian") (mkN "pie") ;
|
||||
}
|
||||
Reference in New Issue
Block a user