[][src]Module zypo_lib::backend

Compiler backend (also known as a "code generator").

The zypo-rs compiler uses cranelift as it's backend (it was originally planned to write a new backend for Python Bytecode but cranelift presents more oppertunies).

NOTE: This module is quite low-level at this point in time and will be abstracted in the future.