A next-gen functional language
Go to file
2022-07-13 23:19:47 -03:00
src Initial working type-checker 2022-07-13 23:19:47 -03:00
.gitignore Initial commit 2022-07-12 22:47:17 -03:00
Cargo.lock Initial working type-checker 2022-07-13 23:19:47 -03:00
Cargo.toml Initial working type-checker 2022-07-13 23:19:47 -03:00
README.md Initial working type-checker 2022-07-13 23:19:47 -03:00

Kind2

This repository is a WIP.

Usage

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