package asli
Interpreter for Arm's Architecture Specification Language (ASL)
Install
Dune Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
md5=f4581fd209256823fa4d569ac96c8cee
sha512=fd4a74294beb9eeeafa80c9224b5dc30f5e5ebde4d53fa601929d283b6ca72154de313874321774914f738ac6f0d640e59452f7d03cb1db7b3a019b48b82e0d4
doc/asli.libASL/LibASL/Asl_visitor/index.html
Module LibASL.Asl_visitor
Source
ASL visitor class
ASL visitor class
For each datatype in the ASL AST, a visitor defines what actions it wants to perform on values of that type.
ASL visitor functions
The following set of recursive functions are the ASL specific part of the visitor class. For each data constructor of each datatype, they invoke visitors on each field of the data constructor and then reconstruct the corresponding data constructor.
These functions implement the space-saving optimisation of only reconstructing the constructor if the sub-values are different.
Source
val visit_args :
aslVisitor ->
(Asl_ast.ty * Asl_ast.ident) list ->
(Asl_ast.ty * Asl_ast.ident) list
nopAslVisitor class
The nopAslVisitor class defines a visitor that recursively visits the entire tree making no change. In practice, all uses of the visitor framework are based on defining a subclass of this type.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page