Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nandahkrishna/compilerdesignlab
- Owner: nandahkrishna
- Created: 2020-01-13T13:39:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T12:43:22.000Z (almost 5 years ago)
- Last Synced: 2024-12-03T08:54:03.785Z (2 months ago)
- Topics: c, c-programming, compiler, compiler-design, compiler-principles, compilers, lex, lexical-analysis, lexical-analyzer
- Language: C
- Homepage:
- Size: 932 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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