repl helper codegen

This commit is contained in:
Folkert 2023-09-13 12:49:25 +02:00
parent 45ce8e4da6
commit 5557fb7e34
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
8 changed files with 331 additions and 58 deletions

View file

@ -486,6 +486,8 @@ fn jit_to_ast_help<'a, A: ReplApp<'a>>(
}
};
dbg!("got here");
app.call_function_dynamic_size(
main_fn_name,
result_stack_size as usize,