add experimental REPL (cpp)

This commit is contained in:
ValKmjolnir
2023-08-27 17:46:10 +08:00
parent ae5c76ecd5
commit a801669888
8 changed files with 195 additions and 17 deletions

View File

@@ -31,6 +31,9 @@ var count_bracket = func(line) {
while(1) {
var line = readline(">>> ");
if (!size(line)) {
continue;
}
if (line == ".exit" or line == ".quit") {
break;
} elsif (line == ".help") {