This project is a compiler written in Python designed to process and compile code from a custom language. The project performs various stages of compilation, including formatting, tokenization, syntax checking, and conversion to Python code. The main functionalities include: file formatting, error checking, tokenization, parsing and compilation, code conversion, and output