And now, a question about how the Parrot Makefile utilizes pmc2c.pl ...
The Makefile calls: PMC2CD = $(PERL) $(BUILD_TOOLS_DIR)/pmc2c.pl --dump ... which inside pmc2c.pl translates into: dump_pmc([EMAIL PROTECTED], @ARGV); What kind of files does the Makefile place in @ARGV?I need to figure this out in order to provide plausible arguments to dump_pmc() as I test and refactor it as part of testing pmc2c.pl.
Thank you very much. kid51