Skip to content

Commit

Permalink
Examples and symbolic READMEs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirsch committed Apr 26, 2020
1 parent 3d20e24 commit ac7c798
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# C\* Code Examples

The code in this directory showcases selfie's programming language C\*. See selfie's Makefile for more details on how to build the examples.
3 changes: 3 additions & 0 deletions symbolic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# C\* Code Examples for Symbolic Execution

The code in this directory showcases selfie's symbolic execution capabilities. See selfie's Makefile for more details on how to execute the examples symbolically.
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Tools based on Selfie

The code in this directory showcases how to extend selfie, see also selfie's Makefile for more details.
The code in this directory showcases how to extend selfie. See selfie's Makefile for more details on how to build the tools.

0 comments on commit ac7c798

Please sign in to comment.