Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roshannaidu/b.tech-compiler-design

My Compiler Design projects done during my Bachelors in Computer Science with specialisation in Artificial Intelligence and Machine Learning
https://github.com/roshannaidu/b.tech-compiler-design

assembly assembly-language c compiler compiler-design config lex openmp parser regex similarity three-address-code yacc yaml

Last synced: 25 days ago
JSON representation

My Compiler Design projects done during my Bachelors in Computer Science with specialisation in Artificial Intelligence and Machine Learning

Awesome Lists containing this project

README

        

# B.tech-Compiler-Design
My Compiler Design projects from my Bachelors in Computer Science with specialization in Artificial Intelligence and Machine Learning

1. Construct a lexical analyzer to recognize a few patterns in C.
( Ex – identifiers, constants, operators, etc.) {Using Switch case}

2. Implementing Lex programme for an input and output function.

3. Implementing the C programme for a shift-reduce Parser.

4. Implementing the C programme to verify file similarity.

5. Implementing the C programme to verify file similarity with LL(1) parser.

6. C program to generate Three Address Code.

7. YACC Program to evaluate Expressions.

8. C Program to generate assembly code for the given expression.

9. GIST about Regular Expression (REGEX) using articles and research papers.

10. Write up about OpenMP.