From 2ee936c7e23bd690b05b8362179911a2d176f150 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 9 Oct 2003 15:23:32 +0000 Subject: Added treatment of transfer modules. Aggregation is an example. --- grammars/aggregation/Aggregation.gf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 grammars/aggregation/Aggregation.gf (limited to 'grammars/aggregation/Aggregation.gf') diff --git a/grammars/aggregation/Aggregation.gf b/grammars/aggregation/Aggregation.gf new file mode 100644 index 000000000..116629422 --- /dev/null +++ b/grammars/aggregation/Aggregation.gf @@ -0,0 +1,5 @@ +transfer Aggregation : Abstract -> Abstract = { + + transfer S : S -> S = aggreg ; + +} -- cgit v1.2.3