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(const char *var)
static void setup_default_compreg(PARROT_INTERP)
void Parrot_really_destroy(PARROT_INTERP, int exit_code, void *arg)
exit_code
is ignored.include/parrot/interpreter.h, src/interpreter.c.
|