SYNOPSIS
kpeg [ options ]
DESCRIPTION
kpeg generates ruby parser from a PEG (parsing expression grammar) file.The grammar syntax is described on kpeg home page <https://github.com/evanphx/kpeg>
OPTIONS
-t, --test Syntax check the file only
--reformat Reformat your grammar and write it back out
-o, --output FILE Where the output should go
-n, --name NAME Class name to use for the parser
-f, --force Overwrite the output if it exists
-s, --stand-alone Write the parser to run standalone
-v, --[no-]verbose Run verbosely
-d, --debug Debug parsing the file

