Changed from type to module for cfg and moved to separate lib
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
open MiniImp
|
||||
open MiniImp.Cfg
|
||||
open MiniImp.CfgImp
|
||||
|
||||
let () =
|
||||
let program = "def main with input x output y as
|
||||
@ -17,4 +17,4 @@ let () =
|
||||
|
||||
let converted = convert p in
|
||||
|
||||
Printf.printf "%a" Cfg.pp converted
|
||||
Printf.printf "%a" SSCfg.pp converted
|
||||
|
||||
Reference in New Issue
Block a user