Module Mavryk_alpha_test_helpers.Expr

exception Expression_from_string
val from_string : ?check_micheline_indentation:bool -> string -> Mavryk_protocol_alpha.Protocol.Alpha_context.Script.expr

Parse a Michelson expression from string, raising an exception on error.

val toplevel_from_string : ?check_micheline_indentation:bool -> string -> Mavryk_protocol_alpha.Protocol.Michelson_v1_primitives.prim Mavryk_micheline.Micheline.canonical

Parses a Michelson contract from string, raising an exception on error.