mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
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