"Joel E. Denny" <[EMAIL PROTECTED]> writes: > Are you proposing forms like following? > > // Bison install directory. > %skeleton <yacc.c> > > // Current working directory. > %skeleton "yacc.c"
I don't see the need for both "" and <> forms. I was thinking more about how cc -I works. That is, Bison could have a default internal path that it uses to look up file names, and the user could override this path on the command line. (Sorry, I don't have a concrete proposal.) > What about --skeleton? I assume the simplest would be if --skeleton uses the same path that %skeleton does.
