Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
e67c9730
Commit
e67c9730
authored
May 23, 2019
by
Julien Signoles
Browse files
update wrt upcoming version of ACSL
parent
992147e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/doc/refman/assertions.tex
View file @
e67c9730
...
...
@@ -2,6 +2,7 @@
C-compound-statement ::= "
{
" declaration* statement* assertion+ "
}
"
\
C-statement ::= assertion statement
\
assertion ::= "/*@" "assert" pred ";" "*/" ;
|
{
"/*@" "for" id ("," id)* ":" "assert" pred ";" "*/"
}
;
assertion-kind ::= "assert" | "check"
\
assertion ::= "/*@" assertion-kind pred ";" "*/" ;
|
{
"/*@" "for" id ("," id)* ":" assertion-kind pred ";" "*/"
}
;
\end{syntax}
src/plugins/e-acsl/doc/refman/changes_modern.tex
View file @
e67c9730
...
...
@@ -2,6 +2,14 @@
\subsection*
{
Version
\version
}
\begin{itemize}
\item
Update according to
\acsl
1.14:
\begin{itemize}
\item
\changeinsection
{
assertions
}{
add the keyword
\texttt
{
check
}}
\end{itemize}
\end{itemize}
\subsection*
{
Version 1.13
}
\begin{itemize}
\item
Update according to
\acsl
1.13:
\begin{itemize}
\item
\changeinsection
{
locations
}{
add syntax for set membership
}
...
...
@@ -116,7 +124,7 @@ in \lstinline|\\at|}
{
\section
{
Changes in
\eacsl
Implementation
}
\subsection*
{
Version
\eacslversion
}
\subsection*
{
Version
Argon-18
}
\begin{itemize}
\item
\changeinsection
{
at
}{
support of
\lstinline
|
\\
at| on purely
...
...
src/plugins/e-acsl/doc/refman/main.tex
View file @
e67c9730
...
...
@@ -24,7 +24,7 @@
\usepackage
{
alltt
}
\makeindex
\newcommand
{
\acslversion
}{
1.1
3
\xspace
}
\newcommand
{
\acslversion
}{
1.1
4
\xspace
}
\newcommand
{
\version
}{
\acslversion\xspace
}
\renewcommand
{
\textfraction
}{
0.01
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment