ArnauCS03/SQL-Interpreter
This project is an interpreter designed to translate SQL queries into Python code for managing tables using the Pandas library. The grammar is implemented with ANTLR4 and the frontend is developed using Streamlit. This is a project done in the subject: Llenguatges de Programació (Programming Languages) 23-24 Q1. In FIB-UPC Barcelona.
PythonMIT