Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
rename to rules.k.tmpl
Browse files Browse the repository at this point in the history
Because it's not a valid K file, since it lacks module wrapper and imports.
  • Loading branch information
asymmetric committed Feb 2, 2020
1 parent b534129 commit 48ccbf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ klab debug <hash>

klab comes with a set of pre-defined K rewrite rules, additional to the ones
defined in [evm-semantics](https://github.com/kframework/evm-semantics). They
are located in `resources/rules.k`.
are located in `resources/rules.k.tmpl`.

### Key Bindings

Expand Down
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ endmodule
.join("\n")

const rules_k = rules_template([
fs.readFileSync(path.join(__dirname, "../resources/rules.k")).toString(),
fs.readFileSync(path.join(__dirname, "../resources/rules.k.tmpl")).toString(),
rules
])
const rules_path = path.join(KLAB_OUT, "rules.k");
Expand Down
File renamed without changes.

0 comments on commit 48ccbf8

Please sign in to comment.