Current results of few days of reading LLVM docs/tutorials and one day of hacking.
Basically we can create something like:
int foo() {
printf("Hello World\n");
return 42;
}
In run-time. With LLVM. JIT in parrot is getting closer :)
There is full code:
(
Read more... )
Comments 3
Reply
Reply
LLVM and parrot marraige is a long awaited good news or me.
keep us updated with ur further progress.
Reply
Leave a comment