lpetit <laurent.petit@...> writes: > > Thanks guys for the encouragements ! > > Anybody could give feedback ? Anybody already tried to do this > already ? >
Hi, I recently wrote a blog on the subject of how to write a client-side parser using GWT & JavaCC. The new version of JavaCC 6.1 means that there are no modifications required to your Java code, as long as your client side parsing library stays within the emulated classes of GWT. http://consoliii.blogspot.co.uk/2014/04/creating-gwt-compatible-parser- using.html Regards, Chris -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
