implemented very simple repl
This commit is contained in:
6
src/repl/repl.hpp
Normal file
6
src/repl/repl.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
|
||||
namespace repl {
|
||||
void start(std::istream&, std::ostream&);
|
||||
}
|
Reference in New Issue
Block a user