File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- # MY COMPILER DESIGN LAB EXPERIMENTS
2-
1+ # MY COMPILER DESIGN LAB EXPERIMENTS/PROGRAMS
32
43### Requirements
541 . Python 3.6+
@@ -11,3 +10,15 @@ In command line type:
1110```
1211python ex[exercise-number].py
1312```
13+
14+ ### Experiments List
15+ 1 . [ Ex.1] ( ex1.py ) - Lexical Analyzer
16+ 2 . [ Ex.2] ( ex2.py ) - Regular Expression to NFA
17+ 3 . [ Ex.3] ( ex3.py ) - Elimination of Left Recursion
18+ 4 . [ Ex.4] ( ex4.py ) - Elimination of Left Factoring
19+ 5 . [ Ex.5] ( ex5.py ) - Computation of First and Follow sets
20+ 6 . [ Ex.6] ( ex6.py ) - Computation of Leading and Trailing sets
21+ 7 . [ Ex.7] ( ex7.py ) - Construction of Predictive Parsing Table
22+ 8 . [ Ex.8] ( ex8.py ) - Implementation of Shift Reduce Parsing
23+ 9 . [ Ex.9] ( ex9.py ) - Computation of LR(0) items (incomplete)
24+ 10 . [ Ex.10] ( ex10.py ) - Intermediate Code Generation: Three Address Code, Postfix, Prefix
You can’t perform that action at this time.
0 commit comments