initial cost table

This commit is contained in:
NikVolf
2017-07-25 18:43:12 +03:00
parent fee06b6d58
commit b2d04ea3a9
3 changed files with 282 additions and 15 deletions

View File

@ -9,6 +9,7 @@ mod symbols;
mod logger;
mod ext;
mod pack;
mod rules;
pub use optimizer::{optimize, Error as OptimizerError};
pub use gas::inject_gas_counter;