Changed from type to module for cfg and moved to separate lib

This commit is contained in:
elvis
2024-11-21 18:30:19 +01:00
parent 67f1659c7a
commit 4e9f08347b
10 changed files with 466 additions and 360 deletions

View File

@ -10,6 +10,10 @@
(name utility)
(depends ocaml dune))
(package
(name cfg)
(depends ocaml dune))
(package
(name miniImp)
(depends ocaml dune utility))