pocketpy/docs/C-API/repl.md
blueloveTH d513a3b459 ...
2023-04-23 12:42:42 +08:00

273 B

title icon order
REPL dot 8

REPL* pkpy_new_repl(VM* vm)

Create a REPL, using the given virtual machine as the backend.

bool pkpy_repl_input(REPL* r, const char* line)

Input a source line to an interactive console. Return true if need more lines.