nac3/nac3core/src
David Mak 2f0847d77b [core] codegen/types: Refactor ProxyType
- Add alloca_type() function to obtain the type that should be passed
into a `build_alloca` call
- Provide default implementations for raw_alloca and array_alloca
- Add raw_alloca_var and array_alloca_var to distinguish alloca
instructions placed at the front of the function vs at the current
builder location
2024-12-30 17:00:17 +08:00
..
codegen [core] codegen/types: Refactor ProxyType 2024-12-30 17:00:17 +08:00
toplevel [core] Refactor/Remove redundant and unused constructs 2024-12-30 14:13:48 +08:00
typecheck [core] Refactor/Remove redundant and unused constructs 2024-12-30 14:13:48 +08:00
lib.rs [core_derive] Initial implementation 2024-11-20 15:35:55 +08:00
symbol_resolver.rs [meta] Refactor itertools::{chain,enumerate,repeat_n} with std equiv 2024-12-30 14:13:48 +08:00