Info2: << Package: pegex-pm Version: 0.66 Revision: 101 Distribution: 10.14 Type: perl, systemperl (5.18.2) BuildDepends: << file-sharedir-install-pm%type_pkg[systemperl], perl%type_pkg[systemperl]-core, yaml-libyaml-pm%type_pkg[systemperl] << Source: mirror:cpan:authors/id/I/IN/INGY/Pegex-%v.tar.gz Source-Checksum: SHA256(4f2099ee625f9fe97e977b75490eb970c999dcca7fa956e3c0472965f00aa650) DocFiles: CONTRIBUTING Changes LICENSE README UpdatePOD: true Description: Acmeist PEG Parser Framework DescDetail: << 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. << License: Artistic/GPL Homepage: https://metacpan.org/dist/Pegex Maintainer: Daniel Macks <<