Functions | |
Embryo_Program * | embryo_program_new (void *data, int size) |
Creates a new Embryo program, with bytecode data that can be freed. | |
Embryo_Program * | embryo_program_const_new (void *data, int size) |
Creates a new Embryo program, with bytecode data that cannot be freed. | |
Embryo_Program * | embryo_program_load (char *file) |
Creates a new Embryo program based on the bytecode data stored in the given file. | |
void | embryo_program_free (Embryo_Program *ep) |
Frees the given Embryo program. |
|
Creates a new Embryo program, with bytecode data that cannot be freed.
|
|
Frees the given Embryo program.
|
|
Creates a new Embryo program based on the bytecode data stored in the given file.
|
|
Creates a new Embryo program, with bytecode data that can be freed.
|