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

Intermediate Representation builder. More...

#include <reduct/defs.h>
#include <reduct/function.h>
#include <reduct/list.h>
#include <reduct/native.h>
#include <reduct/rvsdg.h>
Include dependency graph for build.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_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.
 

Detailed Description

Intermediate Representation builder.

Definition in file build.h.