Re: GNU bison suggestion: some include directive.

"Jacob L. Mandelson" <[email protected]> Wed, 9 Aug 2023 08:41:18 -0700
Newsgroups gmane.comp.parsers.bison.bugs
Message-ID <[email protected]>
On Wed, Aug 09, 2023 at 12:36:46PM +0200, Basile Starynkevitch wrote:
>[...]
> If an input line starts with %+ followed by a file path, the content of that
> file is included at that place.
>[...]


I'm undecided on whether this functionality should be supported in
bison or left to external preprocessors.  But if it does go in, the
syntax should be

%include "filename.yh"

for consistency with other yacc/bison directives.