Devel­oping our own programming language in Java + ANTLR: diagnostics of errors

This is the second article in the series “Devel­oping our programming language in Java”, first article can be read here. At the current stage, we have an inter­preter capable of executing the commands of our language. However, this…

Devel­oping our own programming language in Java + ANTLR: inter­preter

This is the first article in the series “Devel­oping our programming language in Java” which is aimed to show the full path of creating a language, as well as writing and maintaining tools for it. By the end of this article, we will implement…