Skip to content

Releases: project-everest/vale

Updated binary release

05 May 15:19
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.3.0 changes the syntax for attributes, forall/exists/fun, and let bindings for procedures with multiple return values.

Updated binary release

16 Apr 20:44
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.14 allows more normalization in instruction definitions.

Updated binary release

11 Mar 15:02
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.13 improves verification/normalization performance for while loops.

Updated binary release

06 Mar 23:28
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.12 improves support for first-class functions.

Updated binary release

24 Feb 15:14
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.11 improves error reporting, supports F* calc, and better supports first-class functions.

Updated binary release

12 Dec 20:15
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.10 generates F* code with more detailed type annotations.

Updated binary release

12 Nov 01:33
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.9 upgrades to the latest F* release.

Updated binary release

01 Nov 17:29
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.8 adds a .vale_version file with the current version number.

Updated binary release

15 Oct 00:32
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.7 improves verification/normalization performance.

Updated binary release

07 Oct 17:58
Compare
Choose a tag to compare

This release contains a binary version of the Vale tool that supports building https://github.com/project-everest/hacl-star/tree/fstar-master/vale . The binaries are .NET executable and dll files, which run on Unix with mono ( https://www.mono-project.com/ , see https://github.com/project-everest/vale/blob/master/INSTALL.md ) or on Windows. The tool implements both Vale/Dafny and Vale/F*.

Version 0.2.6 makes procedures private unless declared {:public}.