Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testJig
Method · 0.95
testFloat
Method · 0.95
testSquareRoot
Method · 0.95
testFPOps
Method · 0.95
testJig
Method · 0.95
testPhiParalleAssign
Method · 0.95
testType0
Method · 0.95
testFcn0
Method · 0.95
testFcn1
Method · 0.95
testFcn2
Method · 0.95
testFcn3
Method · 0.95
testFcn4
Method · 0.95
Calls
1
show
Method · 0.95
Tested by
15
testJig
Method · 0.76
testFloat
Method · 0.76
testSquareRoot
Method · 0.76
testFPOps
Method · 0.76
testJig
Method · 0.76
testPhiParalleAssign
Method · 0.76
testType0
Method · 0.76
testFcn0
Method · 0.76
testFcn1
Method · 0.76
testFcn2
Method · 0.76
testFcn3
Method · 0.76
testFcn4
Method · 0.76