Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct.h
Go to the documentation of this file.
1#ifndef REDUCT_H
2#define REDUCT_H 1
3
4#include <reduct/build.h>
5#include <reduct/closure.h>
6#include <reduct/core.h>
7#include <reduct/dump.h>
8#include <reduct/emit.h>
9#include <reduct/error.h>
10#include <reduct/eval.h>
11#include <reduct/gc.h>
12#include <reduct/handle.h>
13#include <reduct/item.h>
14#include <reduct/list.h>
15#include <reduct/native.h>
16#include <reduct/optimize.h>
17#include <reduct/parse.h>
18#include <reduct/rvsdg.h>
19#include <reduct/standard.h>
20#include <reduct/stringify.h>
21
22#endif
Intermediate Representation builder.
Closure management.
Core definitions and structures.
Dumping and disassembly.
Bytecode Emission.
Error handling and reporting.
Virtual machine evaluation.
Garbage collection.
Handle management.
Item management.
List management.
Native function and intrinsic registration.
Bytecode optimization.
Parser.
Intermediate Representation.
Built-in library registration and operations.
Stringification.