I'm not sure how to convert the precedence statements in Yacc grammar into Grammatica like:
%right TPREINCR TPREDECR
%left '.' PPAREN
%glr-parser
Any ideas?
On Sun, Feb 7, 2010 at 11:23 PM, Oliver Bock <address@hidden> wrote:
Very unlikely, I would say. Doesn't YACC let you embed C code in your
parser? You will have to hand-translate that stuff so you may as well
do it all manually anyway.
Oliver
On 8/02/2010 2:58 PM, Samir A. Mohamed wrote:
Folks,
I just joined the mailing list and I'm wondering if there is a
tool that can convert a Yacc grammar to Grammatica grammar format?