-
-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Examples and symbolic READMEs [skip ci]
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
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 |
---|---|---|
@@ -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. |
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 |
---|---|---|
@@ -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. |
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 |
---|---|---|
@@ -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. |