My Compiler Design projects from my Bachelors in Computer Science with specialization in Artificial Intelligence and Machine Learning
-
Construct a lexical analyzer to recognize a few patterns in C. ( Ex – identifiers, constants, operators, etc.) {Using Switch case}
-
Implementing Lex programme for an input and output function.
-
Implementing the C programme for a shift-reduce Parser.
-
Implementing the C programme to verify file similarity.
-
Implementing the C programme to verify file similarity with LL(1) parser.
-
C program to generate Three Address Code.
-
YACC Program to evaluate Expressions.
-
C Program to generate assembly code for the given expression.
-
GIST about Regular Expression (REGEX) using articles and research papers.
-
Write up about OpenMP.