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