// Copyright (c) 2017 Fabian Schuiki
//! This crate implements VHDL for the moore compiler.
extern crate moore_common;
extern crate rustc_serialize;
extern crate num;
extern crate typed_arena;
extern crate llhd;
extern crate lazy_static;
pub extern crate moore_vhdl_syntax as syntax;
// extern crate futures;
// TODO: Merge this into the `extern crate` above.
pub use moore_common as common;