Added cfg data structure, function for converting and pretty printing function

This commit is contained in:
elvis
2024-11-17 00:29:52 +01:00
parent 52f89f6e42
commit 57f32da348
3 changed files with 328 additions and 1 deletions

View File

@ -10,7 +10,7 @@
(library
(name miniImp)
(public_name miniImp)
(modules Lexer Parser Types Semantics)
(modules Lexer Parser Types Semantics Cfg)
(libraries utility menhirLib))
(include_subdirs qualified)