You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This How-To tutorial explains how to add support for a programming language to Apache NetBeans using ANTLR4.

ANTLR is the modern way, but it is not easy to keep the many languages up-to-date; there are a number of tutorials on how to create a NB plugin using ANTLR, many outdated, with the best one in the Apache NetBeans book to add a plugin for blockchain support.

NetBeans Specific Resources

Other resources

  1. Clinton J.L. (2021), Build Your Own Programming Language, Packt.
  2. Parr T. (2010), Language Implementation Patterns, The Pragmatic Programmer.
  3. Stalla A. (2021a), "Converting from JavaCC to ANTLR", Strumenta.
  4. Singh V., Basics of Compiler Design, Anniversary Edition.
  5. Tomassetti G., "The ANTLR Mega Tutorial", Strumenta.
  • No labels