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] Pointer to Jessie input language semantics


  • Subject: [Frama-c-discuss] Pointer to Jessie input language semantics
  • From: pascal.cuoq at gmail.com (Pascal Cuoq)
  • Date: Tue, 18 Jan 2011 14:03:30 +0100
  • In-reply-to: <1295355364.1826.32.camel@iti27>
  • References: <200E8E14-24C1-4A11-B797-544F3E1529F8@gmail.com> <1295355364.1826.32.camel@iti27>

> On Tue, 2011-01-18 at 12:49 +0000, Barbara Vieira wrote:
>> I'm working the Jessie plug-in from the Frama-C framework and I would like to know if somebody knows if there is any document specifying the semantics of the Jessie language.

On Tue, Jan 18, 2011 at 1:56 PM, Boris Hollas
<hollas at informatik.htw-dresden.de> wrote:
> There's no Jessie specific language. The language used by Jessie is
> ACSL, which is documented on frama-c.com.

Yes, there is. Jessie is an intermediate language before being a
Frama-C plug-in.

The theoretical aspects are described here:
http://portal.acm.org/citation.cfm?doid=1292597.1292598
(Claude, if you see this, fix your
http://www.lri.fr/~marche/biblio.html page, it sends to the wrong ACM
article).

Pascal