NAME

    Pegex::Cmd - Support module for the 'pegex' CLI command

VERSION

    This document describes Pegex::Cmd version 0.27.

SYNOPSIS

    From the command line:

        > pegex help
    
        > pegex compile --to=yaml your-grammar.pgx
        > pegex compile --to=json your-grammar.pgx
        > pegex compile --to=perl your-grammar.pgx
        > pegex compile --to=perl6 your-grammar.pgx
        > pegex compile --to=python your-grammar.pgx

DESCRIPTION

    The pegex command line tool compiles a Pegex grammar into a particular
    format and prints it to STDOUT. This tool just provides a simple way to
    invoke Pegex::Compiler from the command line. See the Pegex
    documentation for more information.

AUTHOR

    Ingy döt Net <ingy@cpan.org>

COPYRIGHT AND LICENSE

    Copyright 2011-2020. Ingy döt Net.

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    See http://www.perl.com/perl/misc/Artistic.html