We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8943d98 commit 14921b6Copy full SHA for 14921b6
programl/proto/edge.proto
@@ -38,6 +38,7 @@ message Edge {
38
CONTROL = 0;
39
DATA = 1;
40
CALL = 2;
41
+ TYPE = 3;
42
}
43
Flow flow = 1;
44
int32 position = 2;
programl/proto/node.proto
@@ -34,6 +34,7 @@ message Node {
34
INSTRUCTION = 0;
35
VARIABLE = 1;
36
CONSTANT = 2;
37
Type type = 1;
// The text of a node. This is the raw representation of a node, such as the
0 commit comments