Home
last modified time | relevance | path

Searched refs:Parrot_compile_string (Results 1 – 5 of 5) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/
H A Dextend.c256 Parrot_compile_string(PARROT_INTERP, Parrot_String type, ARGIN(const char *code), in Parrot_compile_string() function
259 ASSERT_ARGS(Parrot_compile_string) in Parrot_compile_string()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dextend.h49 Parrot_PMC Parrot_compile_string(PARROT_INTERP,
/dports/lang/parrot/parrot-8.1.0/examples/embed/
H A Dcotorra.c210 Parrot_PMC code = Parrot_compile_string(interp, compiler, exec, &errstr); in cotorra_main()
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod591 =item C<Parrot_compile_string>
/dports/lang/parrot/parrot-8.1.0/
H A DChangeLog189 + Provide Parrot_new_string and Parrot_compile_string in the extend api