SEJun 14, 2017

Translating Event-B machines to Eiffel programs

arXiv:1706.04578v1
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of implementing formal models in specific programming languages for software developers, though it appears incremental as it focuses on a particular language pair.

The paper tackles the problem of mapping formal models to programming languages by presenting a source-to-source translation from Event-B models to Eiffel programs, enabling correctness proofs via Design-by-Contract while retaining object-oriented features.

Formal modelling languages play a key role in the development of software since they enable users to prove correctness of system properties. However, there is still not a clear understanding on how to map a formal model to a specific programming language. In order to propose a solution, this paper presents a source-to-source mapping between Event- B models and Eiffel programs, therefore enabling the proof of correctness of certain system properties via Design-by-Contract (natively supported by Eiffel), while still making use of all features of O-O programming.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes