Testing framework: compile values directly
type:internal
For LIGO developers
Currently, the compilation of a interpreter's value
to Michelson works by turning the value into an AST and the compiling.
In this MR, we introduce a function that performs compilation directly, without passing by the AST.
Other changes: added a new constant for typed_address
(instead of re-using C_address
).
Changelog details:
Edited by E. Rivas