help-bison
[Top][All Lists]
Advanced

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

Re: Easier reuse of grammar elements?


From: Mike Aubury
Subject: Re: Easier reuse of grammar elements?
Date: Tue, 1 Oct 2013 10:35:19 +0100

I doubt it helps - but I do this sort of thing just using "cat"

In effect - just
    cat header *.rule footer > myfile.yacc

Then - i just add new ".rule" files as I need them..





On 26 September 2013 07:38, Markus Elfring <address@hidden> wrote:

> Hello,
>
> The bison file format collaborates with the statement "#include" because
> it is
> needed to make the generated C/C++ source code consistent. I miss a similar
> "tool" for the application in grammar definitions.
> http://www.gnu.org/software/bison/manual/html_node/Grammar-Rules.html
>
> Do you know any software developments for the addition of a notation for
> the
> inclusion of grammar fragments?
>
> Regards,
> Markus
>
> _______________________________________________
> address@hidden https://lists.gnu.org/mailman/listinfo/help-bison
>


reply via email to

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