[Parrot-users] Starting to Use Parrot
NotFound
julian.notfound at gmail.com
Sun Nov 14 19:43:33 UTC 2010
Hello
> My Questions :
> 1) if i have to write the front-end of my compiler in
> c/c++...which of the above parrot code variants(PIR,PASM,PAST) would
> be best for me to taget ?
The easier way is to target PIR. PIR is a sort of powerful assembler
and PASM is more like the assembler listed by a debugger. PAST is
intended (for a now, at least) to parrot front-ends, not for external
ones.
You can look at winxed stage 0 for an example of a compiler writen in
C++ that targets PIR. http://winxed.org/
--
Salu2
More information about the Parrot-users
mailing list