mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 15:52:50 -06:00
resource-food example in tutorial
This commit is contained in:
16
doc/tutorial/resource-food/LexFood.gf
Normal file
16
doc/tutorial/resource-food/LexFood.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
interface LexFood = open Syntax in {
|
||||
|
||||
oper
|
||||
wine_N : N ;
|
||||
beer_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