Feature/cd unit2#121
Open
roshankumar0036singh wants to merge 3 commits into
Open
Conversation
…ler Design Unit 1
- Add Ch7: Introduction to Syntax Analysis and CFGs - Add Ch8: Top-Down Parsing and LL(1) Parsers - Add Ch8 subtopic: LL(1) solved problem with table and trace - Add Ch9: Bottom-Up Parsing and Shift-Reduce with themed diagram - Add Ch10: LR(0) and SLR Parsing - Add Ch10 subtopic: SLR solved problem with state DFA and trace - Add Ch11: CLR(1) and LALR Parsing - Add Ch11 subtopic: LALR solved problem with conflict proof - Add Ch12: Ambiguity handling and error recovery - Update constants.ts with chapters 7-12 and subtopics - Update [chapter]/page.tsx to map all new components
Contributor
|
@roshankumar0036singh is attempting to deploy a commit to the PushkarScripts Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
@pushkarscripts do check this one to when you are free |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds complete Unit 2: Syntax Analysis notes to the Compiler Design (CD) course under
app/sem5/cd/. It follows the same architecture and component style as the existing Unit 1 content.What's Covered (Exam Perspective)