Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ parse
Method
parse
chapter04/src/main/java/com/seaofnodes/simple/Parser.java:69–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
private
Node ctrl(Node n) {
return
_scope.ctrl(n); }
68
69
public
ReturnNode parse() {
return
parse(false); }
70
public
ReturnNode parse(boolean show) {
71
// Enter a new scope for the initial control and arguments
72
_scope.push();
Callers
15
testVarDecl
Method · 0.95
testVarAdd
Method · 0.95
testVarScope
Method · 0.95
testVarScopeNoPeephole
Method · 0.95
testVarDist
Method · 0.95
testParseGrammar
Method · 0.95
testAddPeephole
Method · 0.95
testSubPeephole
Method · 0.95
testMulPeephole
Method · 0.95
testDivPeephole
Method · 0.95
testMinusPeephole
Method · 0.95
testExample
Method · 0.95
Calls
9
parseBlock
Method · 0.95
error
Method · 0.95
showGraph
Method · 0.95
push
Method · 0.45
define
Method · 0.45
peephole
Method · 0.45
pop
Method · 0.45
isEOF
Method · 0.45
getAnyNextToken
Method · 0.45
Tested by
15
testVarDecl
Method · 0.76
testVarAdd
Method · 0.76
testVarScope
Method · 0.76
testVarScopeNoPeephole
Method · 0.76
testVarDist
Method · 0.76
testParseGrammar
Method · 0.76
testAddPeephole
Method · 0.76
testSubPeephole
Method · 0.76
testMulPeephole
Method · 0.76
testDivPeephole
Method · 0.76
testMinusPeephole
Method · 0.76
testExample
Method · 0.76