|
Reduct
v4.0.5-1-g4851deb
A functional and immutable language.
|
The emitter converts IR into register-based bytecode that can be executed by the Reduct virtual machine / evaluator.
Functions | |
| REDUCT_API reduct_handle_t | reduct_emit (struct reduct *reduct, reduct_handle_t graph) |
| Compile Reduct IR into a callable bytecode function. | |
| REDUCT_API reduct_handle_t reduct_emit | ( | struct reduct * | reduct, |
| reduct_handle_t | graph | ||
| ) |
Compile Reduct IR into a callable bytecode function.
| reduct | Pointer to the Reduct structure. |
| graph | Handle to the root of the IR graph. |