Mini-Compiler-With-GUI Mini Compiler Built Using Java (Compiler Construction Project)
Functionalities Symbol Table: A data structure used by compilers to keep track of various identifiers used in a program View Tokens: A feature that allows developers to view the tokens generated by the lexer Formatting: A feature that automatically formats the source code to make it visually appealing and easy to read Intermediate Code Generation (3-Address Code): A feature that generates 3-address code as part of the compilation process How to use Clone the repository: git clone https://github.com/your-username/mini-compiler-with-gui.git Open the project in your favorite Java IDE Compile the project Run the GUI Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.