MCPcopy Create free account
hub / github.com/GPPVM-Project/SkyLC / BytecodeGenerator

Class BytecodeGenerator

crates/skyl-codegen/src/bytecode_gen.rs:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Default)]
11pub struct BytecodeGenerator;
12
13impl BytecodeGenerator {
14 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected