prepared mini syntax example

This commit is contained in:
aarne
2007-08-16 09:41:00 +00:00
parent 09e69820b4
commit 912cbb3bf3
8 changed files with 421 additions and 299 deletions

View File

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