Skip to content
Snippets Groups Projects
Commit 34cc3e94 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'feature/julien/update-e-acsl-refman' into 'stable/cobalt'

Update e acsl refman w.r.t. ACSL v1.18

See merge request frama-c/frama-c!4205
parents fa73b80d 1b95778d
No related branches found
No related tags found
No related merge requests found
\section{Changes} \section{Changes}
% Next version % Next version
%\subsection*{Version \version} \subsection*{Version \version}
\begin{itemize}
\item Update according to \acsl 1.18
\begin{itemize}
\item \changeinsection{memory}{add the \lstinline|\\object_pointer| and
\lstinline|\\pointer_comparable| built-in predicates.}
\end{itemize}
\end{itemize}
\subsection*{Version 1.17} \subsection*{Version 1.17}
\begin{itemize} \begin{itemize}
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
| "\valid" { one-label? } "(" locations-list ")" ; | "\valid" { one-label? } "(" locations-list ")" ;
| "\valid_read" { one-label? } "(" locations-list ")"; | "\valid_read" { one-label? } "(" locations-list ")";
| "\separated" "(" location "," locations-list ")"; | "\separated" "(" location "," locations-list ")";
| { "\object_pointer" one-label? "(" locations-list ")" };
| { "\pointer_comparable" one-label? "(" term "," term ")" };
\ \
{ one-label } ::= { "{" label-id "}" } ; { one-label } ::= { "{" label-id "}" } ;
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment