Login
7 branches 0 tags
Ben (X13/Arch) Fixed windows and BSD builds f076351 4 years ago 78 Commits
nujel / lib / api.h
#pragma once

#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"