Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 757 Bytes

Readme.md

File metadata and controls

18 lines (15 loc) · 757 Bytes

Compiler Design CSE 425

Here are all the codes written for Compiler viva.

  1. Compilation pipeline and its different components
  2. Lexical Analysis
  3. Lexical Analysis using Lexical Analyzer
  4. Implement Recursive Descent hand-made parser (top-down) for the following grammar
  5. Show a stack implementation of LL(1) parser (top-down) for the following expression grammar.
  6. Implement Canonical LR parser for the following arithmetic grammar.
  7. Implementation of a 3-dimensional array

Pre-requisites

  1. yacc
  2. flex
  3. ply python package

Star, Watch and Share 🥳

Open random pull requests, bug fixes and let me know if I should add this repo to hacktoberfest and mark your PRs as Hacktoberfest accepted 👀