aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PHP_Parser/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-05 21:02:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-05 21:02:28 +0000
commit0fe631cc4ba4b971551c2030e93fabdec34a38cb (patch)
tree7d067fe7ab0f1de3632d12baff81854416708733 /devel/pear-PHP_Parser/pkg-descr
parent3a16435e442e09b3e75c6613a7b70a29de7c16cf (diff)
downloadports-0fe631cc4ba4b971551c2030e93fabdec34a38cb.tar.gz
ports-0fe631cc4ba4b971551c2030e93fabdec34a38cb.zip
PHP_Parser is a source code analysis tool based around a real Parser
generated by PHP_ParserGenerator. The parser uses the same EBNF source that PHP uses to parse itself, modified for Lemon parser format, and it therefore as robust as PHP itself. WWW: http://pear.php.net/package/PHP_Parser/
Notes
Notes: svn path=/head/; revision=197145
Diffstat (limited to 'devel/pear-PHP_Parser/pkg-descr')
-rw-r--r--devel/pear-PHP_Parser/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/pear-PHP_Parser/pkg-descr b/devel/pear-PHP_Parser/pkg-descr
new file mode 100644
index 000000000000..b6876c6ea137
--- /dev/null
+++ b/devel/pear-PHP_Parser/pkg-descr
@@ -0,0 +1,6 @@
+PHP_Parser is a source code analysis tool based around a real Parser
+generated by PHP_ParserGenerator. The parser uses the same EBNF source
+that PHP uses to parse itself, modified for Lemon parser format,
+and it therefore as robust as PHP itself.
+
+WWW: http://pear.php.net/package/PHP_Parser/