This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Perl > perl-Pegex (0.70)

Pegex is an Acmeist parser framework. It allows you to easily create parsers
that will work equivalently in lots of programming languages! The inspiration
for Pegex comes from the parsing engine upon which the postmodern programming
language Perl 6 is based on. Pegex brings this beauty to the other justmodern
languages that have a normal regular expression engine available.

Pegex gets it name by combining Parsing Expression Grammars (PEG), with
Regular Expessions (Regex). That's actually what Pegex does.

PEG is the cool new way to elegantly specify recursive descent grammars. The
Perl 6 language is defined in terms of a self modifying PEG language called
Perl 6 Rules. Regexes are familiar to programmers of most modern programming
languages. Pegex defines a simple PEG syntax, where all the terminals are
regexes. This means that Pegex can be quite fast and powerful.

Pegex attempts to be the simplest way to define new (or old) Domain Specific
Languages (DSLs) that need to be used in several programming languages and
environments. Things like JSON, YAML, Markdown etc. It also great for writing
parsers/compilers that only need to work in one language.

This requires: perl-File-ShareDir-Install, perl-YAML-LibYAML

Maintained by: Andreas Guldstrand
Keywords: Perl,module,parser,multi-language,perl6-like
ChangeLog: perl-Pegex

Homepage:
https://metacpan.org/pod/Pegex

Source Downloads:
Pegex-0.70.tar.gz (f20585fa4d982ef7031828b33d8cde76)

Download SlackBuild:
perl-Pegex.tar.gz
perl-Pegex.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
perl-Pegex.SlackBuild
perl-Pegex.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds