text/plain
•
543 B
•
20 lines
#pragma once
/* The API is completely unstable right now and will change
* a lot from commit to commit!
*/
#include "nujel.h"
#include "allocation/garbage-collection.h"
#include "allocation/roots.h"
#include "collection/array.h"
#include "collection/closure.h"
#include "collection/list.h"
#include "collection/string.h"
#include "collection/tree.h"
#include "operator/string.h"
#include "s-expression/reader.h"
#include "type-system.h"
#include "type/native-function.h"
#include "type/symbol.h"
#include "type/val.h"
#include "type/vec.h"