Java
Building A Logo Turtle App With Antlr And JavaFX
This post is about building a very simple application, implementing a subset of the Logo Programming Language along with a UI that visualizes the Logo programms entered by users.The technologies used were Antlr for creating a parser for a subset of the Logo rules and also JavaFX for creating a…