Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
emit.h File Reference

Bytecode Emission. More...

#include <reduct/bitmap.h>
#include <reduct/defs.h>
#include <reduct/function.h>
#include <reduct/gc.h>
#include <reduct/inst.h>
#include <reduct/item.h>
#include <reduct/list.h>
Include dependency graph for emit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

REDUCT_API reduct_handle_t reduct_emit (struct reduct *reduct, reduct_handle_t graph)
 Compile Reduct IR into a callable bytecode function.
 

Detailed Description

Bytecode Emission.

Definition in file emit.h.