2020-03-23 22:43:06 +04:00
|
|
|
(ocamllex E_Lexer Preproc)
|
2020-01-27 19:05:47 +04:00
|
|
|
|
|
|
|
(menhir
|
2020-03-23 22:43:06 +04:00
|
|
|
(modules E_Parser))
|
2020-01-27 19:05:47 +04:00
|
|
|
|
|
|
|
(library
|
|
|
|
(name PreProc)
|
2020-03-23 22:43:06 +04:00
|
|
|
(public_name ligo.preproc)
|
|
|
|
(libraries
|
|
|
|
getopt
|
|
|
|
simple-utils)
|
2020-01-27 19:05:47 +04:00
|
|
|
(wrapped false)
|
2020-03-23 22:43:06 +04:00
|
|
|
(modules E_Parser E_Lexer E_AST Preproc))
|
2020-01-27 19:05:47 +04:00
|
|
|
|
|
|
|
(test
|
|
|
|
(modules ProcMain)
|
|
|
|
(libraries PreProc)
|
|
|
|
(name ProcMain))
|
|
|
|
|
|
|
|
(test
|
2020-03-23 22:43:06 +04:00
|
|
|
(modules E_Main)
|
2020-01-27 19:05:47 +04:00
|
|
|
(libraries PreProc)
|
2020-03-23 22:43:06 +04:00
|
|
|
(name E_Main))
|