Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 822 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 822 Bytes

ffi-llvm

Description

Ruby FFI bindings for LLVM.

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them.

Features

Examples

require 'ffi/llvm'

Requirements

Install

$ gem install ffi-llvm

Copyright

Copyright (c) 2009-2012 Hal Brodigan

See {file:LICENSE.txt} for details.