On Tue, 12 Dec 2006, Paul Eggert wrote: > "Joel E. Denny" <[EMAIL PROTECTED]> writes: > > > I think it would be useful if Bison were to recognize three forms of > > skeleton paths: > > > > 1. "/root/path" > > 2. "./cwd/path" > > 3. "path/relative/to/install" > > How about if we use C's method for resolving #include <...> instead?
Are you proposing forms like following? // Bison install directory. %skeleton <yacc.c> // Current working directory. %skeleton "yacc.c" What about --skeleton?
