MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / parse

Method parse

chapter19/src/main/java/com/seaofnodes/simple/CodeGen.java:111–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110 // Parse ASCII text into Sea-of-Nodes IR
111 public CodeGen parse() {
112 assert _phase == null;
113 _phase = Phase.Parse;
114
115 P.parse();
116 JSViewer.show();
117 return this;
118 }
119
120
121 // ---------------------------

Callers 15

testJigMethod · 0.95
testFloatMethod · 0.95
testSquareRootMethod · 0.95
testFPOpsMethod · 0.95
testJigMethod · 0.95
testPhiParalleAssignMethod · 0.95
testType0Method · 0.95
testFcn0Method · 0.95
testFcn1Method · 0.95
testFcn2Method · 0.95
testFcn3Method · 0.95
testFcn4Method · 0.95

Calls 1

showMethod · 0.95

Tested by 15

testJigMethod · 0.76
testFloatMethod · 0.76
testSquareRootMethod · 0.76
testFPOpsMethod · 0.76
testJigMethod · 0.76
testPhiParalleAssignMethod · 0.76
testType0Method · 0.76
testFcn0Method · 0.76
testFcn1Method · 0.76
testFcn2Method · 0.76
testFcn3Method · 0.76
testFcn4Method · 0.76