Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ parse
Method
parse
chapter14/src/main/java/com/seaofnodes/simple/Parser.java:139–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
private
Node ctrl(Node n) {
return
_scope.ctrl(n); }
138
139
public
StopNode parse() {
return
parse(false); }
140
public
StopNode parse(boolean show) {
141
_xScopes.push(_scope);
142
// 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
testPeepholeReturn
Method · 0.95
testPeepholeRotate
Method · 0.95
testPeepholeCFG
Method · 0.95
testIfIf
Method · 0.95
testIfArgIf
Method · 0.95
testMerge3With2
Method · 0.95
testMerge3With1
Method · 0.95
testMerge3Peephole
Method · 0.95
Calls
12
parseBlock
Method · 0.95
ctrl
Method · 0.95
constant
Method · 0.95
error
Method · 0.95
showGraph
Method · 0.95
push
Method · 0.45
define
Method · 0.45
peephole
Method · 0.45
addReturn
Method · 0.45
pop
Method · 0.45
isEOF
Method · 0.45
getAnyNextToken
Method · 0.45
Tested by
15
testJig
Method · 0.76
testFloat
Method · 0.76
testSquareRoot
Method · 0.76
testFPOps
Method · 0.76
testPeepholeReturn
Method · 0.76
testPeepholeRotate
Method · 0.76
testPeepholeCFG
Method · 0.76
testIfIf
Method · 0.76
testIfArgIf
Method · 0.76
testMerge3With2
Method · 0.76
testMerge3With1
Method · 0.76
testMerge3Peephole
Method · 0.76