Skip to content

(Python Code) TOP DOWN PARSING (for making a PREDICTIVE PARSER using FIRST SET, FOLLOW SET, PARSING TABLE etc)

Notifications You must be signed in to change notification settings

sukhdev01/Compiler_Design

Repository files navigation

Compiler_Design_codes

  1. Top Down Parsing (for making a PREDICTIVE PARSER using FIRST SET, FOLLOW SET, PARSING TABLE etc)

Python code for finding First and Follow set of a any LL(1) grammar. A Context Free Grammar (CFG) is LL(1) after removing ambiguity, left recursion and left factoring.

Note: 1.Follow the comments in case of any problem. 2. Here First_Follow_sets.py is imported into other LL(1) codes. You can use in one LL(1)_parsingTable_Parser.ipynb for easyily to use.

About

(Python Code) TOP DOWN PARSING (for making a PREDICTIVE PARSER using FIRST SET, FOLLOW SET, PARSING TABLE etc)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published