cpp-peglib/language/repl.hpp

6 lines
131 B
C++
Raw Normal View History

2015-05-28 23:19:46 +00:00
#include "interpreter.hpp"
2015-06-01 21:56:39 +00:00
int repl(std::shared_ptr<Environment> env, bool print_ast);
2015-05-28 23:19:46 +00:00
// vim: et ts=4 sw=4 cin cino={1s ff=unix