CS445-Compilers Cours Project Program
- Laila Alahaideb
- Apr 22, 2021
- 1 min read
Updated: Aug 27, 2024
In java programming language I build a program that acts like a compiler to :
1. Check whether the given input string belongs to the language.
2. Implement the followpos algorithm for * and . operator
3. Check whether the grammar is left recursive or not
4. Check whether the given grammar has to be left factored or not
So, this program contains 4 main functions to check, and implement.
Project Instructure:
My Program:
Comments