summaryrefslogtreecommitdiff
path: root/lang/p5-Pugs-Compiler-Rule/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-08-01 01:39:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-08-01 01:39:58 +0000
commit3f5cb7c81ce921257166d13739924d6261222eb3 (patch)
tree88e57b0e43a24d12e01ee328b717814c03dcaae8 /lang/p5-Pugs-Compiler-Rule/pkg-descr
parentAdd pear-XML_DTD 0.4.2, parsing of DTD files and DTD validation of XML (diff)
add p5-Pugs-Compiler-Rule 0.12
Compiler for Perl 6 Rules
Notes
Notes: svn path=/head/; revision=169273
Diffstat (limited to 'lang/p5-Pugs-Compiler-Rule/pkg-descr')
-rw-r--r--lang/p5-Pugs-Compiler-Rule/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/p5-Pugs-Compiler-Rule/pkg-descr b/lang/p5-Pugs-Compiler-Rule/pkg-descr
new file mode 100644
index 000000000000..e81d638cdc60
--- /dev/null
+++ b/lang/p5-Pugs-Compiler-Rule/pkg-descr
@@ -0,0 +1,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/