parrotcode: Global setup | |
Contents | C |
src/global_setup.c - Global setup
Performs all the global setting up of things. This includes the (very few) global variables that Parrot totes around.
What are these global variables?
void init_world(Interp *interpreter)
Parrot_init()
.interpreter
should be the root interpreter returned by Parrot_new(NULL)
.include/parrot/global_setup.h.
|