mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-23 04:15:31 +00:00
6 lines
131 B
C++
Executable File
6 lines
131 B
C++
Executable File
#include "interpreter.hpp"
|
|
|
|
int repl(std::shared_ptr<Environment> env, bool print_ast);
|
|
|
|
// vim: et ts=4 sw=4 cin cino={1s ff=unix
|