Login
7 branches 0 tags
Ben (X13/Arch) Added a profiling λ edf6c91 4 years ago 85 Commits
nujel / lib / api.h
#pragma once
/* The API is completely unstable right now and will change
 * a lot from commit to commit!
 */

#include "allocator/garbage-collection.h"
#include "nujel.h"
#include "operator/string.h"
#include "s-expression/reader.h"
#include "type-system.h"
#include "types/closure.h"
#include "types/list.h"
#include "types/native-function.h"
#include "types/string.h"
#include "types/symbol.h"
#include "types/val.h"
#include "types/vec.h"