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

polyrun, polyfind - Find polygen grammars and run polygen

Author

polyrun/polyfind and this manpage are written and maintained by enrico@enricozini.org.

                                                 October 2, 2006                                      POLYRUN(1)

Description

polyrun runs polygen expanding the given grammar name into its full path, so that polygen can find it.

       Grammars  (which  can  be specified with partial paths, such as debian/flame) are searched in the current
       directory first, then in a subdirectory of /usr/share/polygen according to the current  locale  settings,
       then  recursively under /usr/share/polygen and all its subdirectories.  Grammars can be specified with or
       without the .grm extension.

       polyfind just looks for the full pathname of the given grammar and prints it on standard output.

Name

       polyrun, polyfind - Find polygen grammars and run polygen

Options

polyrun is a wrapper to polygen, and the options are passed to polygen as-is.

       polyfind only takes the grammar name as argument.

See Also

polygen(1), polygen-data(6)

Synopsis

polyrun [options] grammar
       polyfind grammar

See Also