package mopsa
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
Dune Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
doc/mopsa.mopsa_universal_parser/Mopsa_universal_parser/U_ast/index.html
Module Mopsa_universal_parser.U_ast
Source
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)"
>