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