forked from GitHub/gf-core
Added Eclipse contents
This commit is contained in:
16
eclipse/examples/functors/LexFoodsEng.gf
Normal file
16
eclipse/examples/functors/LexFoodsEng.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
-- Lexicon Instance
|
||||
instance LexFoodsEng of LexFoods = open SyntaxEng, ParadigmsEng in {
|
||||
flags
|
||||
coding=utf8 ;
|
||||
oper
|
||||
wine_N = mkN "wine" ;
|
||||
pizza_N = mkN "pizza" ;
|
||||
cheese_N = mkN "cheese" ;
|
||||
fish_N = mkN "fish" ;
|
||||
fresh_A = mkA "fresh" ;
|
||||
warm_A = mkA "warm" ;
|
||||
italian_A = mkA "Italian" ;
|
||||
expensive_A = mkA "expensive" ;
|
||||
delicious_A = mkA "delicious" ;
|
||||
boring_A = mkA "boring" ;
|
||||
}
|
||||
Reference in New Issue
Block a user