Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nandahkrishna/compilerdesignlab

Programs written for the Compiler Design Laboratory in the 6th semester
https://github.com/nandahkrishna/compilerdesignlab

c c-programming compiler compiler-design compiler-principles compilers lex lexical-analysis lexical-analyzer

Last synced: 15 days ago
JSON representation

Programs written for the Compiler Design Laboratory in the 6th semester

Awesome Lists containing this project

README

        

# Compiler Design Lab
Programs written for the Compiler Design Laboratory in the 6th semester.

## Exercises
1. Lexical Analyser written in C

2. Lexical Analyser written in Lex

3. Elimination of Immediate Left Recursion

4. Recursive Descent Parser

5. Basic Calculator using Lex and Yacc

6. Three Address Code Generation