Hi Laurent,

I did not use antlr, yet. However, antlr generates java code and as
far it generates ALL, the GWT compiler probably translates generated
javacode to javascript.
I would just give them a try.

Stefan Bachert
http://gwtworld.de


On Jun 16, 3:02 pm, Laurent PETIT <[email protected]> wrote:
> Hello,
>
> I must create a rich editor. We have a custom language, and our
> customers will be able to edit "sentences" of this language in their
> browser.
> Now, on the server side, we already have antlr stuff to parse the language.
>
> I'm contemplating whether I should try to reuse to the maximum the
> existing stuff, at the (probable) cost of more client/server
> communications to benefit from the parser's functionality (hopefully
> the client side editor will be "structured") ;
> or whether I should rewrite a parser (by hand or with the help of a
> third party library which could run on GWT client code) for my client
> side ...
>
> Any comments / suggestions ?
>
> Thanks in advance,
>
> --
> Laurent

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to