Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ parse
Method
parse
chapter16/src/main/java/com/seaofnodes/simple/Parser.java:153–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
private
Node ctrl(Node n) {
return
_scope.ctrl(n); }
152
153
public
StopNode parse() {
return
parse(false); }
154
public
StopNode parse(boolean show) {
155
_xScopes.push(_scope);
156
// Enter a new scope for the initial control and arguments
Callers
15
testJig
Method · 0.95
testFloat
Method · 0.95
testSquareRoot
Method · 0.95
testFPOps
Method · 0.95
testJig
Method · 0.95
testMulti0
Method · 0.95
testMulti1
Method · 0.95
testFinal0
Method · 0.95
testFinal1
Method · 0.95
testConstruct0
Method · 0.95
testConstruct1
Method · 0.95
testConstruct2
Method · 0.95
Calls
15
parseBlock
Method · 0.95
ctrl
Method · 0.95
error
Method · 0.95
showGraph
Method · 0.95
push
Method · 0.45
addDef
Method · 0.45
define
Method · 0.45
peephole
Method · 0.45
addReturn
Method · 0.45
pop
Method · 0.45
kill
Method · 0.45
unkeep
Method · 0.45
Tested by
15
testJig
Method · 0.76
testFloat
Method · 0.76
testSquareRoot
Method · 0.76
testFPOps
Method · 0.76
testJig
Method · 0.76
testMulti0
Method · 0.76
testMulti1
Method · 0.76
testFinal0
Method · 0.76
testFinal1
Method · 0.76
testConstruct0
Method · 0.76
testConstruct1
Method · 0.76
testConstruct2
Method · 0.76