Total Pageviews

Saturday 14 June 2014

Pegex

Pegex is a Acmeist parser framework. It combines a PEG parser grammar syntax, with PCRE compatible Regular Expressions as the match tokens. Pegex draws heavily from Perl 6 Rules, and works equivalently in many modern programming languages.
With Pegex you can easily define new mini languages that can be equally compiled in many programming languages.

A specification will be forthcoming, but check out these URLs that show Pegex in action:
from http://www.pegex.org/