logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kpeg - ruby parser generator from PEG grammar

Author

       This manual page was written by Dominique Dumont <dod@debian.org>, for the Debian GNU/Linux system(but
       may be used by others).

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>

Name

       kpeg - ruby parser generator from PEG grammar

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

See Also

       kpeg home page <https://github.com/evanphx/kpeg>

kpeg                                               2024-09-24                                            KPEG(1)

Synopsis

        kpeg [ options ]

See Also