Skip to content
Snippets Groups Projects
Commit 385e70f3 authored by Fonenantsoa Maurica's avatar Fonenantsoa Maurica
Browse files

Refman and Changelog.

parent 22203ac6
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
# configure configure # configure configure
############################################################################### ###############################################################################
- E-ACSL [2018/03/30] Support for let binding.
- E-ACSL [2018/02/21] New option -e-acsl-replace-libc-functions to - E-ACSL [2018/02/21] New option -e-acsl-replace-libc-functions to
replace a few libc functions by built-ins that efficiently replace a few libc functions by built-ins that efficiently
detects when they are incorrectly called. detects when they are incorrectly called.
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
| [ { pred "^^" pred } ] ; exclusive or | [ { pred "^^" pred } ] ; exclusive or
| [ term "?" pred ":" pred ] ; ternary condition | [ term "?" pred ":" pred ] ; ternary condition
| [ pred "?" pred ":" pred ]; | [ pred "?" pred ":" pred ];
| { "\let" id "=" term ";" pred }; local binding | "\let" id "=" term ";" pred ; local binding
| { "\let" id "=" pred ";" pred }; | { "\let" id "=" pred ";" pred };
| [ "\forall" binders ";" ] ; | [ "\forall" binders ";" ] ;
[ integer-guards "==>" pred ]; univ. integer quantification [ integer-guards "==>" pred ]; univ. integer quantification
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
| { id "(" term ("," term)* ")" } ; function application | { id "(" term ("," term)* ")" } ; function application
| "(" term ")" ; parentheses | "(" term ")" ; parentheses
| [ term "?" term ":" term ] ; ternary condition | [ term "?" term ":" term ] ; ternary condition
| { "\let" id "=" term ";" term } ; local binding | "\let" id "=" term ";" term ; local binding
| "sizeof" "(" term ")" ; | "sizeof" "(" term ")" ;
| "sizeof" "(" C-type-name ")" ; | "sizeof" "(" C-type-name ")" ;
| id ":" term ; syntactic naming | id ":" term ; syntactic naming
......
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