Acmeist PEG Parser Framework

Edit Package perl-Pegex
https://metacpan.org/release/Pegex

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 _just_modern languages that have a normal regular expression engine available.

Pegex gets it name by combining Parsing Expression Grammars (PEG), with Regular Expressions (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.

Refresh
Refresh
Source Files
Filename Size Changed
Pegex-0.72.tar.gz 0000148205 145 KB
cpanspec.yml 0000000669 669 Bytes
perl-Pegex.changes 0000005063 4.94 KB
perl-Pegex.spec 0000003172 3.1 KB
Revision 11 (latest revision is 13)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 761216 from Tina Müller's avatar Tina Müller (tinita) (revision 11)
- updated to 0.72
   see /usr/share/doc/packages/perl-Pegex/Changes
  0.72 
   - Apply https://github.com/ingydotnet/pegex-pm/pull/75 (for real) Fix
     P::P::Grammar title - not "::Name" @mohawk2++
  
  0.71 
   - Apply https://github.com/ingydotnet/pegex-pm/pull/75 Fix P::P::Grammar
     title - not "::Name" @mohawk2++
Comments 0
openSUSE Build Service is sponsored by