nac3_sca/nac3core/src/codegen
David Mak 025b3cd02f core/stmt: Remove gen_if_chained*
Turns out it is really difficult to get lifetimes and closures right, so
let's just provide the most rudimentary if-else codegen and we can nest
them if necessary.
2024-04-16 17:16:50 +08:00
..
irrt core: Implement calculations for broadcasting ndarrays 2024-04-03 00:07:31 +08:00
classes.rs core: Implement elementwise binary operators 2024-04-03 00:07:33 +08:00
concrete_type.rs core: Refactor VarMap to IndexMap 2024-03-22 15:51:23 +08:00
expr.rs core/expr: Implement negative indices for ndarray 2024-04-15 12:49:42 +08:00
generator.rs core: Add ArrayLikeValue 2024-03-22 15:51: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/toplevel/numpy: Split ndarray type var utilities 2024-04-03 00:07:33 +08:00
numpy.rs core: Implement elementwise unary operators 2024-04-03 00:07:33 +08:00
stmt.rs core/stmt: Remove gen_if_chained* 2024-04-16 17:16:50 +08:00
test.rs core: Refactor VarMap to IndexMap 2024-03-22 15:51:23 +08:00