compile expression
#
SYNOPSISligo compile expression SYNTAX _EXPRESSION
#
DESCRIPTIONThis sub-command compiles a LIGO expression to a Michelson value. It works by compiling the LIGO expression to a Michelson expression and then interpreting it using Michelson's interpreter.
#
FLAGS--constants CONSTANTS A list of global constants that will be assumed in the context, separated by ',' (alias: -c)
--display-format FORMAT the format that will be used by the CLI. Available formats are 'dev', 'json', and 'human-readable' (default). When human-readable lacks details (we are still tweaking it), please contact us and use another format in the meanwhile. (alias: --format)
--file-constants FILE_CONSTANTS A file with a JSON list of strings with Michelson code. Those Michelson values will be registered as global constants in the context.
--init-file FILENAME the path to the smart contract file to be used for context initialization.
--michelson-format CODE_FORMAT format that will be used by compile-contract for the resulting Michelson. Available formats are 'text' (default), 'json' and 'hex'.
--no-warn disable warning messages
--project-root PATH The path to root of the project.
--warn-unused-rec warn about unused recursion in a recursive function
--werror treat warnings as errors
--without-run disable running of compiled expression.
-p PROTOCOL choose protocol's types/values pre-loaded into the LIGO environment (jakarta). By default, the current protocol (jakarta) will be used (alias: --protocol)
-help print this help text and exit (alias: -?)