This is the command kpeg that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
kpeg - ruby parser generator from PEG grammar
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
Use kpeg online using onworks.net services