Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Syntax of negation


  • Subject: [Frama-c-discuss] Syntax of negation
  • From: virgile.prevosto at cea.fr (Virgile Prevosto)
  • Date: Mon, 17 Jan 2011 19:36:45 +0100
  • In-reply-to: <1295279380.1515.8.camel@iti27>
  • References: <1295279380.1515.8.camel@iti27>

Hello Boris,

Le lun. 17 janv. 2011 16:49:40 CET,
Boris Hollas <hollas at informatik.htw-dresden.de> a ?crit :

> According to 2.2.1 Operators precedence in the ACSL manual, the
> expression
> 
> ! \forall integer k; 0 <= k < length ==> a[k] == b[k];
> 
> should be parsed as
> 
> ! (\forall integer k; (0 <= k < length ==> a[k] == b[k]));
> 

You're right. This was a bug in the parser of the logic. It is fixed in
the development version.
Thanks for the report.

Best regards,
-- 
Virgile Prevosto
Ing?nieur-Chercheur, CEA, LIST
Laboratoire de S?ret? des Logiciels
+33/0 1 69 08 82 98