10000 Update README.md · sukhdev01/Compiler_Design@cbdf31f · GitHub
[go: up one dir, main page]

Skip to content

Commit cbdf31f

Browse files
authored
Update README.md
1 parent 146653e commit cbdf31f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Compiler_Design_codes
22

3-
1. 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.
3+
1. Top Down Parsing (for making a PREDICTIVE PARSER using FIRST SET, FOLLOW SET, PARSING TABLE etc)
4+
5+
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.

0 commit comments

Comments
 (0)
0