#!/usr/bin/perl

use Pegex::Cmd;

Pegex::Cmd->new->run(@ARGV);

=head1 pegex

This is a tool for compiling L<Pegex> grammars to various formats. See
L<Pegex::Cmd> for more details.
