From 8826464a0cbb0e56be3e535d4ba2c03588843ea5 Mon Sep 17 00:00:00 2001 From: Tony Sloane Date: Sat, 1 Jan 2011 14:36:42 +1100 Subject: Add formula for sdf Add formula for SDF (Syntax Definition Formalism) tools and libraries for scannerless generalised parsing (used with Stratego/XT). Signed-off-by: Mike McQuaid --- Library/Formula/sdf.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/sdf.rb (limited to 'Library/Formula') diff --git a/Library/Formula/sdf.rb b/Library/Formula/sdf.rb new file mode 100644 index 000000000..d19a0aac0 --- /dev/null +++ b/Library/Formula/sdf.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Sdf