|
Reduct
v4.0.5-1-g4851deb
A functional and immutable language.
|
Intermediate Representation builder. More...
#include <reduct/defs.h>#include <reduct/function.h>#include <reduct/list.h>#include <reduct/native.h>#include <reduct/rvsdg.h>Go to the source code of this file.
Functions | |
| REDUCT_API reduct_handle_t | reduct_build (struct reduct *reduct, reduct_handle_t ast) |
| Build an IR graph from an AST (parsed S-expression). | |
| REDUCT_API void | reduct_build_register_intrinsics (struct reduct *reduct) |
| Register the intrinsics used by the builder. | |
| REDUCT_API reduct_native_fn | reduct_builder_get_native_fn (reduct_opcode_t op) |
| Get the native function associated with an opcode. | |
Intermediate Representation builder.
Definition in file build.h.