Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acsoto/BUAA-Compiler
/ Compiler
Class
Compiler
src/Compiler.java:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
java.io.IOException;
2
3
public
class
Compiler {
4
public
static
void
main(String[] args) throws IOException {
5
new
Analyser();
6
}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected