Friday, September 18, 2015

Re: ANTLR GWT

Hi Lukasz

I've never used ANTLR with GWT but I understand that the code that is generated from a language is bound to a java library (antlr.jar). So you won't be able to use it on the GWT side. Unless something has changed in the last years with ANTLR. 

With JavaCC you get code that is not dependant on any JAR and I think that I've seen that JavaCC can generate javascript code.

Regards,

Néstor

On Fri, Sep 18, 2015 at 6:33 AM, Łukasz Bączek <baczeklu@poczta.fm> wrote:
Hello,

Has anyone of you tried to use http://www.antlr.org/ side GWT?

Regards

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment