forked from M-Labs/nac3
David Mak
b3736c3e99
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. |
||
---|---|---|
.. | ||
codegen | ||
toplevel | ||
typecheck | ||
lib.rs | ||
symbol_resolver.rs |