2019-05-13 00:56:22 +04:00
|
|
|
(library
|
2019-09-10 17:19:15 +04:00
|
|
|
(name compile)
|
|
|
|
(public_name ligo.compile)
|
2019-05-13 00:56:22 +04:00
|
|
|
(libraries
|
|
|
|
simple-utils
|
|
|
|
tezos-utils
|
|
|
|
parser
|
|
|
|
simplify
|
|
|
|
ast_simplified
|
2019-09-19 14:59:07 +04:00
|
|
|
self_ast_simplified
|
2019-05-13 00:56:22 +04:00
|
|
|
typer
|
|
|
|
ast_typed
|
|
|
|
transpiler
|
|
|
|
mini_c
|
|
|
|
operators
|
|
|
|
compiler
|
|
|
|
)
|
|
|
|
(preprocess
|
2019-09-05 17:21:01 +04:00
|
|
|
(pps ppx_let)
|
2019-05-13 00:56:22 +04:00
|
|
|
)
|
|
|
|
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
|
|
|
|
)
|