summaryrefslogtreecommitdiff
path: root/examples/tutorial/syntax/Test.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-10-04 12:29:11 +0000
committeraarne <aarne@cs.chalmers.se>2007-10-04 12:29:11 +0000
commit61dfd0326ca88385e207338f3fff1c0bcf368279 (patch)
treea33cf2557d5b68679294415144952adf5cfeaca8 /examples/tutorial/syntax/Test.gf
parent5afdb7e11bb55eddf3c0875a6859e5280691e8f9 (diff)
refactored tutorial syntax example
Diffstat (limited to 'examples/tutorial/syntax/Test.gf')
-rw-r--r--examples/tutorial/syntax/Test.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/syntax/Test.gf b/examples/tutorial/syntax/Test.gf
index 99c81e938..3284d5246 100644
--- a/examples/tutorial/syntax/Test.gf
+++ b/examples/tutorial/syntax/Test.gf
@@ -1,4 +1,4 @@
-abstract Test = Syntax ** {
+abstract Test = Grammar ** {
fun
wine_N, cheese_N, fish_N, pizza_N, waiter_N, customer_N : N ;