# New Ticket Created by TOGoS # Please include the string: [perl #30694] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30694 >
Just a quick little addition to the compiler_faq like so: =head2 How am I supposed to implement my compiler so that it can be used as a compiler object from within Parrot? (e.g. with the 'compile' op) =head2 How do I embed source locations in my code for debugging? You can do this using the C<setfile> and C<setline> opcodes. Simply set the source file name or line number whenever it changes. This is sub-optimal for a number of reasons, so there should eventually be a better system for this. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail
compiler_faq-2004.07.13.diff
Description: Binary data