Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ parse
Method
parse
chapter18/src/main/java/com/seaofnodes/simple/CodeGen.java:35–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
public
CodeGen( String src ) { this(src,TypeInteger.BOT); }
34
35
public
CodeGen parse() {
return
parse(false); }
36
public
CodeGen parse(boolean disable) {
37
assert _phase == null;
38
_phase = Phase.Parse;
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
2
show
Method · 0.95
clear
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
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