grammatica-users
[Top][All Lists]
Advanced

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

Re: [Grammatica-users] Yacc grammar


From: Samir A. Mohamed
Subject: Re: [Grammatica-users] Yacc grammar
Date: Sun, 7 Feb 2010 23:32:38 -0500

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?

thnx,
Samir
_______________________________________________ Grammatica-users mailing list address@hidden http://lists.nongnu.org/mailman/listinfo/grammatica-users


_______________________________________________
Grammatica-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/grammatica-users



reply via email to

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