1
0
mirror of https://github.com/yhirose/cpp-peglib.git synced 2025-01-10 17:45:30 +00:00
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