2020-03-24 21:52:00 +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
|
2020-03-31 21:44:10 +04:00
|
|
|
(name Preprocessor)
|
2020-03-23 22:43:06 +04:00
|
|
|
(public_name ligo.preproc)
|
|
|
|
(libraries
|
|
|
|
getopt
|
|
|
|
simple-utils)
|
2020-04-03 21:06:35 +04:00
|
|
|
(wrapped true)
|
2020-03-24 21:52:00 +04:00
|
|
|
(modules EvalOpt E_Parser E_Lexer E_AST Preproc)
|
|
|
|
(preprocess
|
|
|
|
(pps bisect_ppx --conditional)))
|
2020-01-27 19:05:47 +04:00
|
|
|
|
2020-03-24 21:52:00 +04:00
|
|
|
(executable
|
|
|
|
(name PreprocMain)
|
|
|
|
(modules PreprocMain)
|
|
|
|
(libraries Preproc)
|
|
|
|
(preprocess
|
|
|
|
(pps bisect_ppx --conditional)))
|
2020-01-27 19:05:47 +04:00
|
|
|
|
2020-03-24 21:52:00 +04:00
|
|
|
(executable
|
|
|
|
(name E_LexerMain)
|
|
|
|
(modules E_LexerMain)
|
|
|
|
(libraries Preproc)
|
|
|
|
(preprocess
|
|
|
|
(pps bisect_ppx --conditional)))
|
|
|
|
|
|
|
|
(executable
|
|
|
|
(name E_ParserMain)
|
|
|
|
(modules E_ParserMain)
|
|
|
|
(libraries Preproc)
|
|
|
|
(preprocess
|
|
|
|
(pps bisect_ppx --conditional)))
|