On Mar 13, 2:17 pm, Glenn Boysko <[EMAIL PROTECTED]> wrote: > Hello: > > I've been using Rhino for some time as a parser for JavaScript. The > lack of a complete grammar for ANTLR makes Rhino a good option for me. > I'm using it for things like specialized documentation tools (JavaDoc- > style docs for JavaScript classes) or other code analysis. > > I'm sure that you get a lot of these types of questions. What do you > recommend? > > For example, I've been using 1.5 and 1.6 in the past and found no node > visitor class. Does one exist in 1.7? There doesn't seem to be a way > to search for a node (by type) in 1.6 either. > > If you have any suggestions for writing JavaScript parsers based on > Rhino, I'd really appreciate it. > > Thanks, > Glenn
Hello Glenn, Just yesterday I realized I need to parse JS in a project -- to generate GraphViz files for example. Since you are doing it already, could you point to any howto or documentation that the compiler- challenged among us can use? Anything to avoid? Any of you experience would be really useful. Thanks! Jaime _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
