forked from GitHub/gf-core
started examples-3.0 with examples that are tested to work
This commit is contained in:
19
examples-3.0/tutorial/resource-foods/LexFoods.gf
Normal file
19
examples-3.0/tutorial/resource-foods/LexFoods.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
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 ;
|
||||
|
||||
eat_V2 : V2 ;
|
||||
drink_V2 : V2 ;
|
||||
pay_V2 : V2 ;
|
||||
lady_N : N ;
|
||||
gentleman_N : N ;
|
||||
}
|
||||
Reference in New Issue
Block a user