1
0
forked from GitHub/gf-core
Files
gf-core/examples/tutorial/syntax/Test.gf
2007-08-16 16:18:54 +00:00

9 lines
195 B
Plaintext

abstract Test = Syntax ** {
fun
Wine, Cheese, Fish, Pizza, Waiter, Customer : N ;
Fresh, Warm, Italian, Expensive, Delicious, Boring : A ;
Stink : V ;
Eat, Love, Talk : V2 ;
}