bug-bison
[Top][All Lists]
Advanced

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

[feature request] c++ parsers: add #defines YYBISON/YYBISON_VERSION


From: Jannick
Subject: [feature request] c++ parsers: add #defines YYBISON/YYBISON_VERSION
Date: Tue, 20 Nov 2018 21:25:54 +0100

Hi Akim,

Just a minor thing which helps to distinguish parsers (while I am slowly
switching to c++ parsers):  Would it be possible to add to c++ parsers 

#define YYBISON 1
#define YYBISON_VERSION "x.y.z"

as for c parsers?  The #defines are guarded away in c.m4 I believe.

Many thanks,
J.




reply via email to

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