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