1
0
forked from GitHub/gf-core

Added Eclipse contents

This commit is contained in:
john.j.camilleri
2011-10-17 16:01:07 +00:00
parent 83533afd5f
commit d9f7697f7a
27 changed files with 166 additions and 0 deletions

View 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") ;
}