Translating jjtree specific keywords to freecc world

4 views
Skip to first unread message

thesp0nge

unread,
Jun 15, 2009, 6:42:05 AM6/15/09
to FreeCC Development
Hi there, I'm trying to translate a JSP grammar file from Javacc/jtree
format to freecc one.

In a snippet like:
void JspScriptlet() :
{ Token t; }
{
<JSP_SCRIPTLET_START>
t = <JSP_SCRIPTLET> { jjtThis.setImage(t.image.trim()); }
<JSP_SCRIPTLET_END>
}
How can I translate keywords like setImage or t.image ?

Regards

thesp0nge

unread,
Jun 15, 2009, 6:42:06 AM6/15/09
to FreeCC Development

thesp0nge

unread,
Jun 15, 2009, 6:42:06 AM6/15/09
to FreeCC Development
Reply all
Reply to author
Forward
0 new messages