NAME Pegex::Command - Support module for the 'pegex' CLI command 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 from the command line. See the "Pegex" documentation for more information. SEE ALSO * pegex * Pegex * Pegex::Compiler AUTHOR Ingy döt Net COPYRIGHT AND LICENSE Copyright (c) 2011. 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