This repository contains a lexical and syntactic analyzer developed as part of the Compilers course at ESCOM, under the guidance of Andrés Ortigoza Campos.
The project is designed to analyze the lexical and syntactic structure of a given input, following the principles taught in the course.
To run this project, you will need:
- Java/JVM (Java)
- NetBeans IDE or any other preferred IDE
-
/project_files:
Contains the extracted files of the project, including:- Source code
- Configuration files
- Other essential components required for the project
-
/project_zip:
Contains the compressed version of the project, which is useful for:- Backups
- Sharing the entire project in a single file
Special thanks to Professor Andrés Ortigoza Campos for his guidance throughout the course.