From 44ad7596b6e151000ef6155bbdc697c1896c5de8 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 3 Nov 2008 16:51:43 +0000 Subject: missing constructions in Attempto grammars added --- examples/attempto/SymbolsC.gf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/attempto/SymbolsC.gf (limited to 'examples/attempto/SymbolsC.gf') 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" ; + +} -- cgit v1.2.3