summaryrefslogblamecommitdiff
path: root/lang/p5-Pugs-Compiler-Rule/pkg-descr
blob: e81d638cdc609956c2959cc98b32ad1c82d88443 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                     
This module provides an implementation for Perl 6 Rules.

It is a front-end to several other modules:
   * Pugs::Grammar::Rule parses the Rules syntax.
   * Pugs::Grammar::Rule::Rule specifies the Rules syntax with Rules.
   * Pugs::Emitter::Rule::Perl5 converts parsed Rules to Perl 5 code.
   * Pugs::Runtime::Rule provides the runtime engine for Rules.
   * Pugs::Runtime::Match represents a Match object.

WWW: http://search.cpan.org/dist/Pugs-Compiler-Rule/