MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / Block

Class Block

crates/hll-to-ir/src/ast.rs:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 Array(ArrayLen, Box<Self>),
113 // T[] slice: a {ptr, len} fat pointer, bounds-checked at use.
114 Slice(Box<Self>),
115 Function {
116 params: Vec<Self>,
117 return_type: Option<Box<Self>>,
118 },
119 Struct(Vec<FieldDecl>),

Callers 3

parse_statementMethod · 0.85
parse_if_statementMethod · 0.85
rewrite_stmtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected