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

Commit

Permalink
Merge pull request #329 from dapphub/notmp
Browse files Browse the repository at this point in the history
Rename `rules.k.tmp` to `rules.k.tmpl`
  • Loading branch information
asymmetric authored Feb 2, 2020
2 parents a0c9ce1 + 48ccbf8 commit f226560
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ Once the proof is complete, we can explore the generated symbolic execution trac
klab debug <hash>
```

### Embedded rules

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.tmpl`.

### Key Bindings

Toggle different views by pressing any of the following keys:
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.tmp")).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 f226560

Please sign in to comment.