Nest’s design is philosophically inspired by Angular. At its heart is a dependency injection (DI) engine that wires together ...
// `putchar` function in libc. decl @putchar(i32): i32 // A helper function for printing strings (integer arrays). fun @putstr(@arr: *i32) { %entry: jump %loop_entry ...