diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:04:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:04:04 +0800 |
commit | 09559e502e686fb2309b2539229d4fb45aa321ba (patch) | |
tree | 81e30a0be4f747273582ca060e9d95d49215aa69 /lang/Makefile | |
parent | 67416b6873ce146becbc64ae01388dc214735cc2 (diff) | |
download | freebsd-ports-gnome-09559e502e686fb2309b2539229d4fb45aa321ba.tar.gz freebsd-ports-gnome-09559e502e686fb2309b2539229d4fb45aa321ba.tar.zst freebsd-ports-gnome-09559e502e686fb2309b2539229d4fb45aa321ba.zip |
- Add p5-Marpa 0.206
Marpa parses any language whose grammar can be written in BNF. That includes
recursive grammars, ambiguous grammars, infinitely ambiguous grammars and
grammars with useless or empty productions.
WWW: http://search.cpan.org/dist/Marpa/
Feature safe: yes
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 10379fa3e8bb..688559a7d616 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -212,6 +212,7 @@ SUBDIR += p5-JavaScript-Squish SUBDIR += p5-JavaScript-Value-Escape SUBDIR += p5-List-MoreUtils + SUBDIR += p5-Marpa SUBDIR += p5-Modern-Perl SUBDIR += p5-Parse-Perl SUBDIR += p5-Perl6-Subs |