Welcome to the Compiler Design Lab File repository! This repository contains the code snippets for a compiler construction lab record.
- Introduction
- Features
- Codes
- Architecture
- Contributing
- License
Codes for CC lab record
Lexical Analysis:
Tokenization of source code.Syntax Analysis:
Parsing and validation of the code structure.Semantic Analysis:
Ensuring the correctness of the code in terms of its meaning.Intermediate Code Generation:
Creating an intermediate representation of the source code.Code Optimization:
Enhancing the efficiency of the generated code.Code Generation:
Producing target machine code or an equivalent output.
- Infix To Postfix
- File_Handling
- Tokenization
- Categorization
- Remove Left Recursion
- Left Factoring
- First and Follow
git clone https://github.com/Jixiee/CompilerConstruction.git
If you would like to contribute to the development of this compiler, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to customize this README according to your project's specific details and needs. Good luck with your compiler design project!