MCPcopy 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

testJigMethod · 0.95
testFloatMethod · 0.95
testSquareRootMethod · 0.95
testFPOpsMethod · 0.95
testJigMethod · 0.95
testMulti0Method · 0.95
testMulti1Method · 0.95
testFinal0Method · 0.95
testFinal1Method · 0.95
testConstruct0Method · 0.95
testConstruct1Method · 0.95
testConstruct2Method · 0.95

Calls 15

parseBlockMethod · 0.95
ctrlMethod · 0.95
errorMethod · 0.95
showGraphMethod · 0.95
pushMethod · 0.45
addDefMethod · 0.45
defineMethod · 0.45
peepholeMethod · 0.45
addReturnMethod · 0.45
popMethod · 0.45
killMethod · 0.45
unkeepMethod · 0.45

Tested by 15

testJigMethod · 0.76
testFloatMethod · 0.76
testSquareRootMethod · 0.76
testFPOpsMethod · 0.76
testJigMethod · 0.76
testMulti0Method · 0.76
testMulti1Method · 0.76
testFinal0Method · 0.76
testFinal1Method · 0.76
testConstruct0Method · 0.76
testConstruct1Method · 0.76
testConstruct2Method · 0.76