#ifndef INTERPRETER_HH #define INTERPRETER_HH void run_interpreter(int argc, char *argv[]); #endif