Pegex::Cmd - Support module for the 'pegex' CLI command
This document describes Pegex::Cmd version 0.28.
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
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.
Ingy döt Net <ingy@cpan.org>
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.