summaryrefslogtreecommitdiff
path: root/doc/tutorial/resource/Test.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-08-16 09:41:00 +0000
committeraarne <aarne@cs.chalmers.se>2007-08-16 09:41:00 +0000
commit1f342b2c25a5b3026de101028a56b3ff17e04e5b (patch)
tree02ab8398695564ed6e019a0c028e4e068c952cc2 /doc/tutorial/resource/Test.gf
parent69129be4b25c6d764df449dfdb2e15cf4b4ebd0a (diff)
prepared mini syntax example
Diffstat (limited to 'doc/tutorial/resource/Test.gf')
-rw-r--r--doc/tutorial/resource/Test.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tutorial/resource/Test.gf b/doc/tutorial/resource/Test.gf
new file mode 100644
index 000000000..3ced1e55a
--- /dev/null
+++ b/doc/tutorial/resource/Test.gf
@@ -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 ;
+}