A next-gen functional language
Go to file
2022-07-14 20:23:26 -03:00
bench Add Lean benchmark 2022-07-14 20:23:26 -03:00
src Add missing file 2022-07-14 19:23:34 -03:00
.gitignore Initial commit 2022-07-12 22:47:17 -03:00
Cargo.lock Improved syntax, many cleanups 2022-07-14 19:17:20 -03:00
Cargo.toml Improved syntax, many cleanups 2022-07-14 19:17:20 -03:00
README.md Add run instruction 2022-07-13 23:57:15 -03:00

Kind2

This repository is a WIP.

Usage

  1. Install:
cargo install --path .
  1. Check a Kind2 file:
kind2 check example.kind2
  1. Check a Kind2 file:
kind2 run example.kind2