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,7 +10,7 @@
(library
(name miniImp)
(public_name miniImp)
(modules Lexer Parser Types Semantics Cfg)
(libraries utility menhirLib))
(modules Lexer Parser Types Semantics CfgImp)
(libraries cfg utility menhirLib))
(include_subdirs qualified)