parrotcode: Parrot Interpreter Creation and Destruction | |
Contents | C |
src/inter_create.c - Parrot Interpreter Creation and Destruction
Create or destroy a Parrot interpreter
static int is_env_var_set
static void setup_default_compreg
Parrot_Interp make_interpreter
void Parrot_destroy
ATEXIT_DESTROY
is defined.
Otherwise calls Parrot_really_destroy()
with exit code 0.void Parrot_really_destroy
exit_code
is ignored.include/parrot/interpreter.h, src/interpreter.c.
|