bfc 1.7.0

An industrial-grade brainfuck compiler
[package]
name = "bfc"
version = "1.7.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
homepage = "https://github.com/Wilfred/bfc"
repository = "https://github.com/Wilfred/bfc"
description = "An industrial-grade brainfuck compiler"
readme = "README.md"
license = "GPL-2.0"

[dependencies]
llvm-sys = "0.3"
itertools = "0.4"
rand = "0.3"
quickcheck = "0.3"
tempfile = "2.1"
getopts = "0.2"
matches = "0.1"
ansi_term = "0.9"