Login
7 branches 0 tags
Ben (X220/Parabola) Initial work on stackless funcalls cf59645 3 years ago 650 Commits
nujel / lib / api.h
#ifndef NUJEL_API
#define NUJEL_API
/* The API is still very unstable, still this is the
 * header that should be included if you want to link
 * Nujel into your program.
 */

#include "nujel.h"
#include "allocation/marker.h"
#include "allocation/symbol.h"
#include "printer.h"
#include "reader.h"
#include "type-system.h"
#include "type/closure.h"
#include "type/string.h"
#include "type/symbol.h"
#include "type/tree.h"
#include "type/val.h"

#endif