Well, what parser NetBeans uses itself is a completely different question to what parser you should use in your own NetBeans Platform application.
If you read the blog, you'll see the needs of a programming language editor, i.e., you need to do more than parsing, you need to do a lot more than that and so depending on the language NetBeans has other kinds of plumbing beneath the parsers to make things work. Depending on what language you're using, you'll also need more than only a parser. Gj On Mon, Aug 12, 2019 at 2:16 PM Abossolo Foh Guy < guy.abossolo....@scientificware.com> wrote: > Hi, > > After reading the blog post : Why Does Apache NetBeans Need Its Own > Parsers ? > https://blogs.apache.org/netbeans/ > > I'm a bit confuse about netbeans' parsers state of art. > Is this tutorial still current ? > https://platform.netbeans.org/tutorials/nbm-javacc-parser.html > > Which parser should we use with netbeans platform ? > > Best regards. > > -- > Abossolo Foh Guy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >