1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/lang/p5-Pugs-Compiler-Rule/pkg-descr
Ying-Chieh Liao 3f5cb7c81c add p5-Pugs-Compiler-Rule 0.12
Compiler for Perl 6 Rules
2006-08-01 01:39:58 +00:00

11 lines
463 B
Plaintext

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/