-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Simplify the `kimp run` command line interface * Add option `--env` to `kimp run` to pass and initial `<env>` * Replace `run_program` by a method `run` that takes a `Pattern` and calls `llvm_interpret` on it * Add methods `parse`, `pattern` and `pretty` * Add color output support
- Loading branch information
1 parent
eb9c679
commit 22ae610
Showing
5 changed files
with
86 additions
and
129 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 |
---|---|---|
|
@@ -42,4 +42,4 @@ module IMP-SUM-SPEC | |
requires N >=Int 0 | ||
andBool M >=Int 0 | ||
|
||
endmodule | ||
endmodule |
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
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
Oops, something went wrong.