nac3/nac3core/src/codegen
2024-08-06 11:48:42 +08:00
..
irrt core: Add label name and hooks to gen_for functions 2024-07-26 13:35:40 +08:00
builtin_fns.rs core: remove np_linalg_matmul 2024-08-05 11:44:55 +08:00
classes.rs core: Add label name and hooks to gen_for functions 2024-07-26 13:35:40 +08:00
concrete_type.rs core/typecheck/typedef: Add is_vararg_ctx to TTuple 2024-08-06 11:45:54 +08:00
expr.rs core/codegen/expr: Implement vararg handling in gen_call 2024-08-06 11:46:00 +08:00
extern_fns.rs core: remove np_linalg_matmul 2024-08-05 11:44:55 +08:00
generator.rs core: reimplement assignment type inference and codegen 2024-08-05 19:30:48 +08:00
llvm_intrinsics.rs core/codegen: Add va_start and va_end intrinsics 2024-08-06 11:48:42 +08:00
mod.rs core/codegen: Implement support for va_info on supported architectures 2024-08-06 11:48:40 +08:00
numpy.rs core: add np_linalg_det and np_linalg_matrix_power functions 2024-07-31 18:02:54 +08:00
stmt.rs core/typecheck/typedef: Add is_vararg_ctx to TTuple 2024-08-06 11:45:54 +08:00
test.rs core/typecheck/typedef: Add is_vararg to FuncArg, ConcreteFuncArg 2024-08-06 11:43:13 +08:00