Skip to content
Snippets Groups Projects
Commit 221601aa authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl] Update reference manual

parent bb331de0
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ currently implemented into the \framac's \eacsl plug-in. ...@@ -61,7 +61,6 @@ currently implemented into the \framac's \eacsl plug-in.
annotations annotations
& behavior-specific annotations \\ & behavior-specific annotations \\
& loop assigns \\ & loop assigns \\
& loop variants \\
& global annotations & global annotations
\\ \\
\hline \hline
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
\ \
loop-annot ::= loop-clause* ; loop-annot ::= loop-clause* ;
{ loop-behavior* } ; { loop-behavior* } ;
{ loop-variant? } loop-variant?
\ \
loop-clause ::= loop-invariant ; loop-clause ::= loop-invariant ;
| { loop-assigns } | { loop-assigns }
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
{ loop-behavior } ::= { "for" id ("," id)* ":" } ; { loop-behavior } ::= { "for" id ("," id)* ":" } ;
{ loop-clause* } ; \hspace{-35mm} annotation for behavior $id$ { loop-clause* } ; \hspace{-35mm} annotation for behavior $id$
\ \
{ loop-variant } ::= { "loop" "variant" term ";" } ; loop-variant ::= "loop" "variant" term ";" ;
| { "loop" "variant" term "for" id ";" } ; \hspace{-35mm} variant for relation $id$ | "loop" "variant" term "for" id ";" ; \hspace{-35mm} variant for relation $id$
\end{syntax} \end{syntax}
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