Improved REPL

This commit is contained in:
2022-12-19 15:12:34 +00:00
parent d13d4ece9a
commit 0f90215b7a
8 changed files with 152 additions and 45 deletions

View File

@@ -13,4 +13,7 @@ void script_call(const char *f);
void script_call_sym(s7_pointer sym);
int script_has_sym(s7_pointer sym);
void register_update(s7_pointer sym);
void call_updates();
#endif