Fix #14
This commit is contained in:
22
tools/programs/dafny.md
Normal file
22
tools/programs/dafny.md
Normal file
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
date = 2025-07-10
|
||||
draft = false
|
||||
title = 'Dafny'
|
||||
subtitle = 'Program Proofs'
|
||||
links = [
|
||||
{ title = "Homepage", url = "https://cvc5.github.io/", icon = 'fa-solid fa-home' },
|
||||
{ title = "Source Code", url = "https://github.com/dreal/dreal4", icon = 'fa-brands fa-github' },
|
||||
{ title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
||||
]
|
||||
applications = ['Program Prover']
|
||||
developers = ['Amazon Web Services']
|
||||
licenses = ['MIT']
|
||||
inputs = ['Dafny']
|
||||
interfaces = ['CLI', 'VSCode']
|
||||
maintenance = ['Actively Maintained']
|
||||
# techniques = ['CDCL']
|
||||
# publications = ['Barbosa2022']
|
||||
+++
|
||||
|
||||
<!-- {{<inactive year="2023">}} -->
|
||||
Dafny is a verification-aware programming language that has native support for recording specifications and is equipped with a static program verifier.
|
Reference in New Issue
Block a user