| SI NO | Program | Source Code | Algorithm |
|---|---|---|---|
| 1 | Lexical Analyser in C | Program | Algorithm |
| 2 | First and Follow | Program | Algorithm |
| 3 | Recursive Decent Parser | Program | Algorithm |
| 4 | Shift Reducer Parser | Program | Algorithm |
| 5 | Intermediate Code Generation | Program | Algorithm |
| 6 | Constant Propagation | Program | Algorithm |
| 7 | Epsilon Closure | Program | Algorithm |