Skip to content

Working repository for the development of a VDM to C code generator

Notifications You must be signed in to change notification settings

overturetool/vdm2c

Repository files navigation

VDM2C

The VDM2C project aims to develop a VDM-to-C translation that allows generated VDM specifications to be executed on smaller devices that have a C or C++ compiler available. The generated code is C89 compliant.

Installation

VDM2C can be installed as an Eclipse plugin for the Overture tool. Stable releases are available via the following p2 update site:

Those who want to try out the newest VDM2C features can obtain development builds via the following p2 site:

Documentation

VDM2C is documented in the Overture tool's user manual (TR-002).

Development

This section lists additional pages related to VDM2C development and release management.