package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_universal_parser/Mopsa_universal_parser/U_ast/index.html
Module Mopsa_universal_parser.U_astSource
Definition of the abstract syntax trees output by the parser.
Source
and expr = | AST_unary of unary_op * expr ext| AST_len of expr ext| AST_binary of binary_op * expr ext * expr ext| AST_identifier of var ext| AST_int_const of string ext| AST_unit_const| AST_bool_const of bool ext| AST_real_const of string ext| AST_string_const of string ext| AST_char_const of char ext| AST_array_const of expr ext array ext| AST_rand of string ext * string ext| AST_randf of string ext * string ext| AST_rand_string| AST_array_access of expr ext * expr ext| AST_fun_call of var ext * expr ext list
Source
type stat = | AST_block of stat ext list| AST_assign of expr ext * expr ext| AST_if of expr ext * stat ext * stat ext option| AST_while of expr ext * stat ext| AST_for of var ext * expr ext * expr ext * stat ext| AST_return of expr ext option| AST_break| AST_continue| AST_assert of expr ext| AST_assume of expr ext| AST_expr of expr ext| AST_print
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>