Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ ParseProgram
Function
ParseProgram
Source/SpireCore/Parser.cpp:1952–1959 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1950
}
1951
1952
RefPtr<ProgramSyntaxNode> ParseProgram(
1953
TokenSpan const& tokens,
1954
DiagnosticSink* sink,
1955
String const& fileName)
1956
{
1957
Parser parser(tokens, sink, fileName);
1958
return parser.Parse();
1959
}
1960
1961
}
1962
}
Callers
2
Parse
Method · 0.85
Parse
Method · 0.85
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected