On Wed, Aug 26, 2009 at 3:45 PM, Jonathan Leto<[email protected]> wrote:
> I have been keeping a mirror of the Parrot Virtual Machine [0] repo on > github and there is a small feature request that I have. The Parrot > codebase has a lot of Perl in it, but not this much: > > http://github.com/leto/parrot/graphs/languages > > Would it be possible to detect any files with *.pir, *.pasm, *.pbc as > Parrot code? We also have many *.t files, some of which are written in > Perl, others in Parrot Internal Representation (PIR). This would > require you to parse shebang lines, which I don't know if you > currently do. Language detection by filename only would still be a > huge and worthy improvement to the current situation. I've added .pir, .pasm, and .pbc as "Parrot Internal Representation." The change should begin showing up as the caches clear. We don't parse shebangs yet but plan to in the future. Cheers, -- Chris Wanstrath http://github.com/defunkt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
