1. Top Level Files
Central point where all monolith-created nodes are loaded.
There are now two loaders: one for runt words, the other for janet functions.
<<nodes_loader.c>>=
#include <stdio.h>
#include "runt.h"
#define MONOLITH_ANSI
#include "janet/janet.h"
<<runt_loader>>
<<janet_loader>>
<<scheme_loader>>
prev | home | next