package octez-protocol-alpha-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez protocol alpha libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
doc/octez-protocol-alpha-libs.client/Tezos_client_alpha/Michelson_v1_parser/index.html
Module Tezos_client_alpha.Michelson_v1_parserSource
Source
type 'prim parser_result = {source : string;(*The original source code.
*)unexpanded : string Tezos_micheline.Micheline.canonical;(*Original expression with macros.
*)expanded : 'prim Tezos_micheline.Micheline.canonical;(*Expression with macros fully expanded.
*)expansion_table : (int * (Tezos_micheline.Micheline_parser.location * int list)) list;(*Associates unexpanded nodes to their parsing locations and the nodes expanded from it in the expanded expression.
*)unexpansion_table : (int * int) list;(*Associates an expanded node to its source in the unexpanded expression.
*)
}The result of parsing and expanding a Michelson V1 script or data.
Source
val expand_toplevel :
?check:bool ->
string ->
string parser_result Tezos_micheline.Micheline_parser.parsing_resultSame as parse_toplevel but skips the final step (recognizing the primitives).
Source
val expand_expression :
?check:bool ->
string ->
string parser_result Tezos_micheline.Micheline_parser.parsing_resultSame as parse_expression but skips the final step (recognizing the primitives).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>