cpp-peglib/language/repl.hpp
2015-06-03 21:16:20 -04:00

6 lines
131 B
C++

#include "interpreter.hpp"
int repl(std::shared_ptr<Environment> env, bool print_ast);
// vim: et ts=4 sw=4 cin cino={1s ff=unix