Login
7 branches 0 tags
Ben (X13/Arch) Improved comparisons of #nil e387db4 4 years ago 113 Commits
nujel / lib / api.h
#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"