From 60ca2c430d98cb9d03c3c5e21c2302e15ea241bd Mon Sep 17 00:00:00 2001 From: Tony Sloane Date: Sat, 1 Jan 2011 14:35:50 +1100 Subject: Add formula for aterm Add formula for ATerm annotated term representation library (used by both Stratego/XT and SDF). Signed-off-by: Mike McQuaid --- Library/Formula/aterm.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/aterm.rb (limited to 'Library') diff --git a/Library/Formula/aterm.rb b/Library/Formula/aterm.rb new file mode 100644 index 000000000..b745638ee --- /dev/null +++ b/Library/Formula/aterm.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Aterm