-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ Check | `kind2 check file.kind2` | Checks all definitions. | |
Eval | `kind2 eval file.kind2` | Runs using the type-checker's evaluator. | ||
Run | `kind2 run file.kind2` | Runs using HVM's evaluator, on Rust-mode. | ||
To-HVM | `kind2 to-hvm file.kind2` | Generates a [.hvm](https://github.com/higherorderco/hvm) file. Can then be compiled to a rust crate using HVM. | ||
To-KDL | `kind2 to-kdl file.kind2` | Generates a [.kdl](https://github.com/higherorderco/kindelia) file. Can then be deployed to [Kindelia](https://github.com/higherorderco/kindelia). | ||
To-KDL | `kind2 to-kdl file.kind2` | Generates a [.kdl](https://github.com/kindelia/kindelia) file. Can then be deployed to [Kindelia](https://github.com/kindelia/kindelia). | ||
|
||
The rust crate can be generated via HVM: | ||
|
||
|
@@ -87,7 +87,7 @@ hvm compile file.hvm | |
|
||
- For Feedbacks, email [[email protected]](mailto:[email protected]) | ||
|
||
- To ask questions and join our community, check our [Discord Server](https://discord.gg/kindelia). | ||
- To ask questions and join our community, check our [Discord Server](https://discord.higherorderco.com). | ||
|
||
|
||
[banner]: ./img/banner.png | ||
|
@@ -96,6 +96,6 @@ hvm compile file.hvm | |
[crates.io]: https://crates.io/crates/zoxide | ||
|
||
[discord.badge]: https://img.shields.io/discord/912426566838013994?style=flat-square | ||
[discord.invite]: https://discord.gg/kindelia | ||
[discord.invite]: https://discord.higherorderco.com | ||
|
||
[build.badge]: https://img.shields.io/github/actions/workflow/status/kindelia/kind/ci.yml?style=flat-square | ||
[build.badge]: https://img.shields.io/github/actions/workflow/status/higherorderco/kind1/ci.yml?style=flat-square |