help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Include %token and %union declaration from a shared file


From: Hans Åberg
Subject: Re: Include %token and %union declaration from a shared file
Date: Fri, 8 Jul 2016 15:08:22 +0200

> On 8 Jul 2016, at 14:46, Alexander Barkov <address@hidden> wrote:

> Thanks for your replies.
> 
> We're inclined toward generating the *.yy files with help of some text
> pre-processor. Possibly, using some CMake commands...
> 
> It would be great though if bison could collect the grammar definition
> from multiple files. Where can I post this feature request?

There seems to be no active development currently, but otherwise the bug-bison 
list. You might implement it yourself.

If you just need the .yy file being able to include other files, it might not 
be so difficult. Bison uses M4, so check if you can tweak the skeleton file.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]