Add a Control Flow Graph representation.

The CFG must be instantiated against an existing function but may be
modified after creation
This commit is contained in:
Morgan Phillips
2016-07-12 14:37:37 -07:00
parent 84357c3402
commit c6b1388fdc
3 changed files with 273 additions and 2 deletions

View File

@@ -14,3 +14,4 @@ pub mod entities;
pub mod instructions;
pub mod repr;
pub mod write;
pub mod cfg;