You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ model inspired by [behaviour-oriented concurrency](https://doi.org/10.1145/36228
7
7
To this end, FrankenScript programs generate a file called `mermaid.md` with a Mermaid diagram per line in the source program showing the object and region
8
8
graph of the program at that program point.
9
9
10
+
This is a legend for the diagrams that FrankenScript generates:
11
+
12
+

13
+
10
14
## Pre-requisites
11
15
12
16
This project is C++20 based and uses CMake as the build system. We also recommend installing Ninja to speed up the build process.
@@ -49,3 +53,4 @@ You can run in interactive mode by running:
49
53
```
50
54
51
55
Which will keep overwritting the `mermaid.md` file with the new heap state after each step.
0 commit comments