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.4.0.tar.gz
sha256=63ada71fa4f602bd679174dc6bf780d54aeded40ad4ec20d256df15886e3d2d5
md5=b8b1aff8c6846f2213eafc54de07b304
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)"
>