package frama-c
Platform dedicated to the analysis of source code written in C
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-29.0-Copper.tar.gz
sha256=d2fbb3b8d0ff83945872e9e6fa258e934a706360e698dae3b4d5f971addf7493
doc/frama-c-wp.core/Wp/Tactical/index.html
Module Wp.Tactical
Source
Tactics Entry Points
Tactical
Tactical Selection
Source
and compose = private
| Cint of Frama_c_kernel.Integer.t
| Range of int * int
| Code of Lang.F.term * string * selection list
When subclause clause p
, we have clause = Step H
and H -> p
, or clause = Goal G
and p -> G
.
Debug only
Debug only
Tactical Parameters
Tactical Parameter Editors
Source
val checkbox :
id:string ->
title:string ->
descr:string ->
?default:bool ->
unit ->
bool field * parameter
Unless specified, default is false
.
Source
val spinner :
id:string ->
title:string ->
descr:string ->
?default:int ->
?vmin:int ->
?vmax:int ->
?vstep:int ->
unit ->
int field * parameter
Unless specified, default is vmin
or 0
or vmax
, whichever fits. Range must be non-empty, and default shall fit in.
Source
val selector :
id:string ->
title:string ->
descr:string ->
?default:'a ->
options:'a named list ->
?equal:('a -> 'a -> bool) ->
unit ->
'a field * parameter
Unless specified, default is head option. Default equality is (=)
. Options must be non-empty.
Source
val composer :
id:string ->
title:string ->
descr:string ->
?default:selection ->
?filter:(Lang.F.term -> bool) ->
unit ->
selection field * parameter
Unless specified, default is Empty selection.
Source
val search :
id:string ->
title:string ->
descr:string ->
browse:'a browser ->
find:'a finder ->
unit ->
'a named option field * parameter
Search field.
browse s n
is the lookup function, used in the GUI only. Shall returns at mostn
results applying to selections
.find n
is used at script replay, and shall retrieve the selected item'sid
later on.
Tactical Utilities
Source
val replace_single :
at:int ->
(string * Conditions.condition) ->
Conditions.sequent ->
string * Conditions.sequent
For each pattern (descr,guard,src,tgt)
replace src
with tgt
under condition guard
, inserted in position at
.
Apply process, but only after proving some condition
Tactical Plug-in
Composer Factory
Global Registry
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page