Skip to content

chandradharrao/Compiler-Design-Laboratory

Repository files navigation

Compiler-Design-Laboratory

UE19CS351 Compiler Design Laboratory Weekly assignment source code using lex and yacc to create a mini c compiler.

Utilizes C and tools like lex and yacc.

Codes available for

  1. Week1 : lexer and parser
  2. Week2 : Symbol table generation
  3. Week3 : Symbol table extension
  4. Week4 : AST
  5. Week5 : Intermediate Code Generation

Assignment where extension of the lab tasks and source code for these too have been included.