LakshyaSharma207 / Compiler-Design-MP

Compiler Design Mini Project - creating a Shift Reduce Parser in C

Repository from Github https://github.comLakshyaSharma207/Compiler-Design-MPRepository from Github https://github.comLakshyaSharma207/Compiler-Design-MP

Compiler Design Mini Project

check out my wierd but functional code for implementation of various phases of compiler which includes -

  • Lexical Phase
  • Building a Symbol Table
  • Parsing the input using shift reduce parser logic
  • Intermediade Code Generation in form of Triples and Quadruples what was the point of AST?!

About

Compiler Design Mini Project - creating a Shift Reduce Parser in C

License:MIT License


Languages

Language:C 100.0%