mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
resource using exx revised
This commit is contained in:
13
examples/tutorial/resource-foods/LexFoods.gf
Normal file
13
examples/tutorial/resource-foods/LexFoods.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
interface LexFoods = open Syntax in {
|
||||
oper
|
||||
wine_N : N ;
|
||||
pizza_N : N ;
|
||||
cheese_N : N ;
|
||||
fish_N : N ;
|
||||
fresh_A : A ;
|
||||
warm_A : A ;
|
||||
italian_A : A ;
|
||||
expensive_A : A ;
|
||||
delicious_A : A ;
|
||||
boring_A : A ;
|
||||
}
|
||||
Reference in New Issue
Block a user