package mopsa
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
Dune Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4
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_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)"
>