Skip to content

Commit

Permalink
update examples (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed May 4, 2023
1 parent de64a6b commit e9073e6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions c_files/readme.md
Expand Up @@ -48,11 +48,13 @@
| | `gcd.c` | Greatest common divisor by subtraction |
| | `long.c` | Longer program with multiple loops and nested statements |
| | `simplified_dense.c` | Simplified dense matrix |
| Tool paper | `ex1_1.c` | Example 1 from tool paper |
| | `ex2_1_2.c` | Example 2 from tool paper |
| | `ex2_1_3.c` | Example 3 from tool paper |
| | `t19.c` | Example t19.c from Carbonneaux et al. 2015 |
| | `t20.c` | Example t20.c from Carbonneaux et al. 2015 |
| | `t47.c` | Example t47.c from Carbonneaux et al. 2015 |
| 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] |

[^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`.

<!--end-->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e9073e6

Please sign in to comment.