CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1286
content-type: text/html; charset=utf-8
last-modified: Fri, 10 Oct 2025 23:38:42 GMT
date: Fri, 10 Oct 2025 23:38:42 GMT
strict-transport-security: max-age=15768000
Project idea: Perl 6 syntax hilighting with STD.pm - nntp.perl.org
Front page | perl.perl6.users |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Project idea: Perl 6 syntax hilighting with STD.pm
From:
Moritz LenzDate:
July 28, 2008 02:17Subject:
Project idea: Perl 6 syntax hilighting with STD.pmMessage ID:
488D8EA7.9000105@casella.verplant.orgSince now STD.pm parses most Perl 6 code now, and spits out a parse tree in YAML, a brave soul might want to write a syntax hilighter for Perl 6. I volunteer to write a HTML backend for it ;-) I think it basically involves walking the YAML generated tree, keep track of a few variables and emit a linear list from that. Maybe looking a bit into STD.pm to find out what some token names actually mean. I'm a bit short on tuits and motivation, but if anyone wants to write a shiny tool, this might be a nice place to start. (And if it helps to identify some mis-parses from STD.pm it will also help $Larry ;-) Cheers, Moritz -- Moritz Lenz https://moritz.faui2k3.org/ | https://perl-6.de/
- Project idea: Perl 6 syntax hilighting with STD.pm by Moritz Lenz
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About