1
0
forked from GitHub/gf-core
Files
gf-core/examples/restaurant/LexRestaurant.gf
2007-10-12 13:46:57 +00:00

9 lines
156 B
Plaintext

interface LexRestaurant = open Syntax in {
oper
restaurant_N : N ;
cheap_A : A ;
italian_A, thai_A, swedish_A, french_A : A ;
konkanok_PN : PN ;
}