#include "repl.h" static repl_t repl; int main(void) { repl_init(&repl); return repl_run(&repl); }