Pegex

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - Complete documenatation.
 - Examples and Tutorials
 - New receivers, Pegex::Tree and Pegex::Tree::Wrap
 - API becomes more solidified.

0.20 Thu Aug 30 00:06:30 PDT 2012
 - Refactored Pegex to make API less flexible but more sensible,
   explainable and maintainable.

0.19 Sat Nov  5 01:16:15 PDT 2011
 - Fixed Test::Differences missing.

0.18 Fri Sep 30 00:44:35 CEST 2011
 - Use Mo 0.25
 - Support advanced quantifiers and %/%%
 - Rename classes
 - Make AST class use unwrap events and be much simpler.

0.17 Wed Sep 21 23:42:00 CEST 2011
 - Complete refactoring of everything.
 - This hard fought gem was released from Liz++ and Wendy++'s TV room.

xt/compilers.t  view on Meta::CPAN

# BEGIN { $TestML::Test::Differences = 1 }
# BEGIN { $Pegex::Parser::Debug = 1 }
# BEGIN { $Pegex::Bootstrap = 1 }

use strict; use warnings;
use Test::More;
use lib -e 'xt' ? 'xt' : 'test/devel';
use TestDevelPegex;

use Pegex::Bootstrap;
use Pegex::Compiler;



( run in 0.826 second using v1.01-cache-2.11-cpan-131fc08a04b )