Skip to content

Commit 4074c1c

Browse files
authored
Update README.md
1 parent 0513c79 commit 4074c1c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# MY COMPILER DESIGN LAB EXPERIMENTS
2-
1+
# MY COMPILER DESIGN LAB EXPERIMENTS/PROGRAMS
32

43
### Requirements
54
1. Python 3.6+
@@ -11,3 +10,15 @@ In command line type:
1110
```
1211
python 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

0 commit comments

Comments
 (0)