nac3/nac3core/src/codegen
David Mak 2c4bf3ce59 core: Allow unsized CodeGenerator to be passed to some codegen functions
Enables codegen_callback to call these codegen functions as well.
2024-03-22 15:07:28 +08:00
..
irrt core: Allow unsized CodeGenerator to be passed to some codegen functions 2024-03-22 15:07:28 +08:00
classes.rs core: Allow unsized CodeGenerator to be passed to some codegen functions 2024-03-22 15:07:28 +08:00
concrete_type.rs core: Use BTreeMap for type variable mapping 2024-03-04 23:56:04 +08:00
expr.rs core: Allow unsized CodeGenerator to be passed to some codegen functions 2024-03-22 15:07:28 +08:00
generator.rs core: Apply clippy suggestions 2024-02-23 15:41:06 +08:00
llvm_intrinsics.rs core: Extract LLVM intrinsic functions to their functions 2024-02-23 15:41:06 +08:00
mod.rs core: Allow unsized CodeGenerator to be passed to some codegen functions 2024-03-22 15:07:28 +08:00
numpy.rs core: Allow unsized CodeGenerator to be passed to some codegen functions 2024-03-22 15:07:28 +08:00
stmt.rs core: Allow unsized CodeGenerator to be passed to some codegen functions 2024-03-22 15:07:28 +08:00
test.rs core: Use BTreeMap for type variable mapping 2024-03-04 23:56:04 +08:00