Skip to content
/ dafny Public
forked from dafny-lang/dafny

Dafny is a verification-aware programming language

License

Notifications You must be signed in to change notification settings

857b/dafny

 
 

Repository files navigation

This is a modified version of Dafny that can export the Dafny program as an Isabelle expression and use a modified Boogie version. The translation is also modified.

Setup

You may need to remove the BPL_EXPORT_DIR_OPTION at the beginning of DafnyDriver.cs. The Boogie version in Directory.Build.props must be set to the same version used by the modified Boogie nuget package.

Installation instructions

Example

dafny /fragment /compile:0 /print:foo.bpl /exportDfy:foo_export foo.dfy

About

Dafny is a verification-aware programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 56.1%
  • Dafny 35.6%
  • F# 3.1%
  • Java 1.8%
  • Go 0.9%
  • Boogie 0.9%
  • Other 1.6%