My Programing Lenguaje Project
Programming Language Design Project about a language similar to Python but with much less functionality and other changes to make it easier to program. Python--.
This Project was made during the course of Programming Languages at the University of Oviedo.
This repository primarily uses Java and ANTLR.
Java is used for implementing the core components of the language, such as the lexer, parser, and interpreter.
ANTLR is used for generating the lexer and parser from the grammar definitions.