A next-gen functional language
Go to file
2022-07-17 20:05:49 -03:00
bench Fix quote issue 2022-07-17 14:40:28 -03:00
example U60 primitive 2022-07-17 20:05:49 -03:00
src U60 primitive 2022-07-17 20:05:49 -03:00
.gitignore Initial commit 2022-07-12 22:47:17 -03:00
Cargo.lock Implicit arguments 2022-07-17 00:03:15 -03:00
Cargo.toml Unification metavariables (holes) 2022-07-16 22:40:14 -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