This is the second article in the series “Developing our programming language in Java”, first article can be read here. At the current stage, we have an interpreter capable of executing the commands of our language. However, this is not enough if we want to check the code for errors and display them in a clear way to the user. In this […]
The post Developing our own programming language in Java + ANTLR: diagnostics of errors first appeared on Intechcore GmbH.