summaryrefslogtreecommitdiff
path: root/examples/attempto/Symbols.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-11-03 16:51:43 +0000
committeraarne <aarne@cs.chalmers.se>2008-11-03 16:51:43 +0000
commit44ad7596b6e151000ef6155bbdc697c1896c5de8 (patch)
tree29521e5ac0d62219f17e9b8e888b43723f08b209 /examples/attempto/Symbols.gf
parentbf50b5d70d94e03e17ff18efc473ce5171a58586 (diff)
missing constructions in Attempto grammars added
Diffstat (limited to 'examples/attempto/Symbols.gf')
-rw-r--r--examples/attempto/Symbols.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/attempto/Symbols.gf b/examples/attempto/Symbols.gf
new file mode 100644
index 000000000..3744ecd4a
--- /dev/null
+++ b/examples/attempto/Symbols.gf
@@ -0,0 +1,8 @@
+abstract Symbols = {
+
+cat Var ;
+
+fun X_Var : Var ;
+fun Y_Var : Var ;
+
+}