|
|
PK_EXPORT void pkpy_compile_to_string(pkpy_vm*, const char* source, const char* filename, int mode, bool* ok, char** out);
|
|
PK_EXPORT void pkpy_compile_to_string(pkpy_vm*, const char* source, const char* filename, int mode, bool* ok, char** out);
|
|
|
PK_EXPORT bool pkpy_repl_input(void* r, const char* line);
|
|
PK_EXPORT bool pkpy_repl_input(void* r, const char* line);
|