In fact, I'm interested in the Netbeans parsing process as model for an application. That why I was really interested by this blog post.

The first time, I read the tutorial many years ago, I thought that Netbeans parsing was based only on JavaCC and that its API was simply exposed to NetBeans Platform Users.

Thanks for these clarifications. I will read both documents again.

Guy.

--------------------------------------------------------------


Le 2019-08-12 14:18, Geertjan Wielenga a écrit :
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

--
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

Reply via email to