Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed May 11, 2023
1 parent 184fc60 commit 6b4681b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions c_files/readme.md
Expand Up @@ -49,13 +49,14 @@
| | `long.c` | Longer program with multiple loops and nested statements |
| | `simplified_dense.c` | Simplified dense matrix |
| | `xnu.c` | SPEC CPU2006 hmmer/src/masks.c XNU function |
| Tool paper | `tool_ex_1.c` | Example 1 from pymwp tool paper |
| | `tool_ex_2.c` | Example 2 from pymwp tool paper |
| | `tool_ex_3.c` | Example 3 from pymwp tool paper |
| | `t19.c_c4b` | Example t19.c from Carbonneaux et al. 2015[^1] |
| | `t20.c_c4b` | Example t20.c from Carbonneaux et al. 2015[^1] |
| | `t47.c_c4b` | Example t47.c from Carbonneaux et al. 2015[^1] |
| Tool paper[^2] | `tool_ex_1.c` | Sect 1. Example 1 from pymwp tool paper |
| | `tool_ex_2.c` | Sect 2.2 Example 2 from pymwp tool paper |
| | `tool_ex_3.c` | Sect 2.2 Example 3 from pymwp tool paper |
| | `t19.c_c4b` | Table 1: t19.c from Carbonneaux et al. 2015[^1] |
| | `t20.c_c4b` | Table 1: t20.c from Carbonneaux et al. 2015[^1] |
| | `t47.c_c4b` | Table 1: t47.c from Carbonneaux et al. 2015[^1] |

[^1]: Syntax of these examples is adjusted to semantically equivalent statements supported by pymwp, e.g., unary `x++` must be expressed as `x = x + 1`.
[^2]: Sect 4.2 Example 4 is `infinite/infinite_3.c`

<!--end-->
2 changes: 1 addition & 1 deletion docs/examples.md
Expand Up @@ -17,7 +17,7 @@ The project repository `c_files` directory contains many examples.

: :material-asterisk: &nbsp; **Implementation Paper**<br/>Examples from "mwp-Analysis Improvement and Implementation: Realizing Implicit Computational Complexity".

: :material-language-python: &nbsp: **Tool paper**<br/>Examples from pymwp tool paper.
: :material-language-python: &nbsp; **Tool paper**<br/>Examples from "pymwp: A Static Analyzer Determining Polynomial Growth Bounds".

: :material-dots-horizontal: &nbsp; **Other**<br/>Other programs of interest.

Expand Down

0 comments on commit 6b4681b

Please sign in to comment.