Ticket #1163 (closed todo: wontfix)

Opened 12 years ago

Last modified 11 years ago

PGE: refactor pod_comment rule into PGE/Util.pbc

Reported by: pmichaud Owned by: pmichaud
Priority: normal Milestone:
Component: PGE Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

Currently several compiler tools (pgc, tgc, perl6, and more) make use of a <pod_comment> rule for parsing POD comments (perl 6 pod syntax). Instead of duplicating this rule in each tool's grammar, we should have a common rule in PGE::Util that can be imported into the individual grammars -- similar to what we're doing for <PGE::Util::die> and <PGE::Text::bracketed>.

Pm

Change History

Changed 12 years ago by coke

Changed 11 years ago by pmichaud

  • status changed from new to closed
  • resolution set to wontfix

This will be provided via a HLL::pod_comment rule in nqp; PGE and PGE::Util are in maintenance/deprecation so marking this ticket as 'wontfix'.

Pm

Note: See TracTickets for help on using tickets.