From 255319d7ba790836e0e21ba31b41ad9f296257a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=B6ppner?= <0xffea@gmail.com> Date: Sat, 3 Oct 2009 18:02:09 +0200 Subject: [PATCH] GNU Lightning formula GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips. --- Formula/lightning.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Formula/lightning.rb diff --git a/Formula/lightning.rb b/Formula/lightning.rb new file mode 100644 index 00000000000..13d7922647d --- /dev/null +++ b/Formula/lightning.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Lightning