summaryrefslogtreecommitdiff
path: root/examples/attempto/SymbolsC.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/SymbolsC.gf
parentbf50b5d70d94e03e17ff18efc473ce5171a58586 (diff)
missing constructions in Attempto grammars added
Diffstat (limited to 'examples/attempto/SymbolsC.gf')
-rw-r--r--examples/attempto/SymbolsC.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/attempto/SymbolsC.gf b/examples/attempto/SymbolsC.gf
new file mode 100644
index 000000000..9949912ca
--- /dev/null
+++ b/examples/attempto/SymbolsC.gf
@@ -0,0 +1,8 @@
+concrete SymbolsC of Symbols = open Prelude in {
+
+lincat Var = SS ;
+
+lin X_Var = ss "X" ;
+lin Y_Var = ss "Y" ;
+
+}