Changed from type to module for cfg and moved to separate lib
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user