Skip to content

shalearkane/Compiler-Design-CSE-425-2023-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 👀