This package browser is in early development. Mind the rough edges.

perl-pegex

Acmeist PEG Parser Framework

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.

Installation

Install the latest version of perl-pegex as follows:

guix install perl-pegex

Or install a particular version:

guix install perl-pegex@0.70

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of perl-pegex about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-pegex'><img src='https://packages.guix.gnu.org/packages/perl-pegex/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-pegex/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-pegex)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-pegex][https://packages.guix.gnu.org/packages/perl-pegex/badges/latest-version.svg]]