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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,4 +56,4 @@ will be automatically translated to this function:
56
56
return c;
57
57
}
58
58
59
-
>Note: This is a work in progress, far from complete. The first goal if to implement a generic if statementtranslation that will work for any C# if permutation. Once there, the rest of the C# language features (while loops, switch cases etc) will follow.
59
+
>Note: This is an incomplete work in progress. The first goal if to implement a generic **if statement** Graph translation that will work for any C# **if** permutation. Once there, the rest of the C# language features will follow (while loops, switch cases etc).
0 commit comments