Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
06c5aa28
Commit
06c5aa28
authored
3 years ago
by
Andre Maroneze
Committed by
Virgile Prevosto
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] Eva manual: add reference to quick guide annex, and to ACSL reference
parent
a1b7effc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/value/biblio.bib
+11
-1
11 additions, 1 deletion
doc/value/biblio.bib
doc/value/main.tex
+10
-0
10 additions, 0 deletions
doc/value/main.tex
with
21 additions
and
1 deletion
doc/value/biblio.bib
+
11
−
1
View file @
06c5aa28
...
...
@@ -133,4 +133,14 @@
acmid
=
{1275501}
,
publisher
=
{ACM}
,
address
=
{New York, NY, USA}
,
}
\ No newline at end of file
}
@manual
{
acsl
,
author
=
{Baudin, Patrick and Cuoq, Pascal and Filli\^{a}tre, Jean-Christophe and
March\'{e}, Claude and Monate, Benjamin and Moy, Yannick and
Prevosto, Virgile}
,
month
=
jun
,
note
=
{Available at \url{https://frama-c.com/download/acsl.pdf}}
}
,
title = {{ACSL: ANSI/ISO C Specification Language. Version 1.17}},
year = {2021}
}
This diff is collapsed.
Click to expand it.
doc/value/main.tex
+
10
−
0
View file @
06c5aa28
...
...
@@ -4795,6 +4795,12 @@ be of service to or be checked by the \Eva{} plug-in.}
\vspace
{
2cm
}
If you are not familiar with ACSL, consider reading the
{
\em
ACSL Quick Guide for Eva
}
, in Appendix~
\ref
{
sec:acsl-quick-guide
}
.
It contains a brief introduction to ACSL, targeted towards Eva users.
Even if you already know some ACSL, it contains a few Eva-related remarks
and tips related to specific warnings, which might be useful.
\section
{
Preconditions, postconditions and assertions
}
\label
{
prepostasserts
}
...
...
@@ -5992,6 +5998,7 @@ getting the text to where it is today.
\appendix
\chapter
{
ACSL Quick Guide for Eva
}
\label
{
sec:acsl-quick-guide
}
\Eva
{}
users are often required to read and write some amount of ACSL
annotations: alarms generated by
\Eva
{}
, library function specifications,
...
...
@@ -6002,6 +6009,9 @@ for \Eva{} analyses, intended for complete ACSL beginners.
It focuses on the specific subset of ACSL that is mostly useful for
\Eva
{}
, with
some examples based on ACSL specifications from the
\FramaC
standard library.
For more details about the terms described here, and for the full
ACSL reference documentation, consult~
\cite
{
acsl
}
.
\section
{
Basic Syntax
}
ACSL annotations are C comments; they are ignored by most tools, but parsed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment