-
Notifications
You must be signed in to change notification settings - Fork 112
Perl support #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
No plans to support it currently. I don't know enough about Perl, and 'm scared of the language's syntax ;-) Also, what to support, Perl 5 or 6? Patches are very welcome, but we need a LOT of example code to make sure it doesn't crash even on the most hideous Perl code. Forking the Ruby scanner might be a good start. |
Oh, and, as always, I direct you to http://odd-eyed-code.org/projects/coderay/wiki/ScannerRequests. |
I'd personally be interested in a Perl 5 scanner. Thanks for the link... when I tried to look at that site before it seemed to not be working... i kept getting the same message on every page. It looks to be working now, so I'll take a look at it sometime. Thanks. |
So we should implement a Perl 5 scanner, and make sure it doesn't totally mess up if you give it Perl 6 :-)
Sorry -.-' I guess that's because we recently upgraded to Ruby 1.9…you know how it goes. |
Hello, any news on this? :-) |
No progress yet, sorry. I'll announce here when there's anything new. |
Sample of simple Perl code:
As written in http://odd-eyed-code.org/projects/coderay/wiki/ScannerRequests
http://perldoc.perl.org/perlfunc.html Here are Perl's functions (including things that look like functions, like some keywords and named operators) arranged by category. Some functions appear in more than one place.
Yes, it have. See perlpod
There is a lot of unusual syntax and Ruby got some of its features :-)
Hmmm... There is Perl 5 and Perl 6. But I propose to use Perl 5 only. |
After seeing the list of supported languages I was quite disappointed to see that Perl was not in the list.
Any plans to support it?
We just started using RedMine at
$work
.If the answer is "patches welcome" you may hear from me again sometime...
The text was updated successfully, but these errors were encountered: