A next-gen functional language
Go to file
2022-07-14 13:06:28 -03:00
bench Add Idris2 benchmark 2022-07-14 13:06:28 -03:00
src Perf bugfixes and benchmarks 2022-07-14 01:20:49 -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
example.kind2 Perf bugfixes and benchmarks 2022-07-14 01:20:49 -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