package bap-term-mapper
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A BAP DSL for mapping program terms
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f
doc/bap-bml/Bap_bml/index.html
Module Bap_bml
BML - Bap Mapping Language.
A small DSL for mapping terms. See bap --map-terms-help for full language grammar and description. This library implements BML's standard library and can be used to extend the language with new predicates and mapper. Just implement them and register using corresponding module.
module type Registry = sig ... endInterface to a registry. Registry is a key value storage.
module type Ops = sig ... endmodule Predicates : Ops with type t = bool Bap.Std.Term.visitormodule Mappers : Ops with type t = Bap.Std.Term.mapper sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>