Skip to content

Commit b92e2aa

Browse files
Remove footnote content without reference (#827)
1 parent 873f641 commit b92e2aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Docs/docs/whatisP.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ Although the current P checker is great at finding _deep-hard-to-find_ bugs ("[H
5858
We are actively working on addressing this challenge and are building two new backends for P. First, a _symbolic execution engine_ that can scale the P checker to models of large
5959
distributed systems and provide **sound guarantees** of exploring all possible behaviors. Second, a deductive verification engine to perform **mathematical proof** of correctness for P programs. Both these backends will be released publicly soon.
6060

61-
[^1]: They are currently maintained in the dev branch `symbolic-codegen`.
62-
6361
#### Code Generation
6462

6563
The P compiler currently generates C# and C code. The generated code when combined with the P Runtime (that executes the P state machines) can be deployed on any target platform.

0 commit comments

Comments
 (0)