nac3/nac3core/src
David Mak b3736c3e99 core: Disallow returning of non-primitive values
Non-primitive values are represented by an `alloca`-ed value in the
function body, and when the pointer is returned from the function, the
`alloca`-ed object is deallocated on the stack.

Related to #54.
2024-01-29 12:49:24 +08:00
..
codegen core: Add NDArrayValue and helper functions 2024-01-25 15:51:39 +08:00
toplevel core: Add NDArrayValue and helper functions 2024-01-25 15:51:39 +08:00
typecheck core: Disallow returning of non-primitive values 2024-01-29 12:49:24 +08:00
lib.rs nac3core: removed legacy location definition 2022-02-13 22:39:24 +08:00
symbol_resolver.rs core: Initial infrastructure for ndarray 2023-12-21 15:39:46 +08:00