🎨 add namespace

This commit is contained in:
ValKmjolnir
2023-09-08 00:33:57 +08:00
parent d89f290a8a
commit cd4e0c1716
27 changed files with 127 additions and 26 deletions

View File

@@ -6,6 +6,7 @@
#include "nasal_codegen.h"
#include "nasal_vm.h"
namespace nasal {
namespace repl {
std::string repl::readline(std::string prompt = ">>> ") {
@@ -142,4 +143,5 @@ void repl::execute() {
}
}
}
}
}