Re: Can push parsers be used for C++ and Java

2020-05-02 Thread Akim Demaille
Hi Arthur, > Le 14 déc. 2013 à 20:24, Arthur Schwarz a écrit : > > Section 3.7.13 page 88 >States that the api.push-pull is only available for C. Is that right? Is > there any reason that is unusable in C++ and Java? I did send you a manual > bug on Java inconsistencies in the regard but a

Re: [ENHANCEMENT] Change format of %{ %}

2020-05-02 Thread Akim Demaille
Hi Arthur, > Le 15 janv. 2014 à 00:52, Arthur Schwarz a écrit : > > All the code placement options end in '}' except "%{" which ends with "$}". > For conformity maybe its time to obsolete the "%}" ending and change to '}' Cannot do that: %{ ... %} is mandated by POSIX Yacc. It wouldn't be hel