Releases: project-everest/vale
Updated binary release
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
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
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
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
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
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
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
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
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
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}.