From b68532f3b7949c6f577e7d32c1902d4bc85e79fd Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sat, 3 Oct 2009 15:06:46 +0200 Subject: Parrot formula Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. Parrot currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator. The parrot binary needs patching to find its library. --- Library/Formula/parrot.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/parrot.rb (limited to 'Library/Formula/parrot.rb') diff --git a/Library/Formula/parrot.rb b/Library/Formula/parrot.rb new file mode 100644 index 000000000..7db15e617 --- /dev/null +++ b/Library/Formula/parrot.rb @@ -0,0 +1,18 @@ +require 'brewkit' + +class Parrot