What's Changed
* Instruction counting by emeryberger in https://github.com/plasma-umass/bigO/pull/6
* Count conditional branches (proxy for basic blocks) by emeryberger in https://github.com/plasma-umass/bigO/pull/7
* Branch counter fixes by emeryberger in https://github.com/plasma-umass/bigO/pull/8
* Major rewrite/refactoring by stephenfreund in https://github.com/plasma-umass/bigO/pull/9
- general curve fitting to fit more complexity classes.
- additional annotations to support: verification of declared bounds; verification of hard limits; ab testing
**Full Changelog**: https://github.com/plasma-umass/bigO/compare/v0.0.1...v0.0.2