/LL1_Parser

computer assignment of compiler course, winter 1399.

Primary LanguageJava

LL(1) Parser

Table of Contents

Project Descicption

This program is an implementation of a LL(1) top-down Parser. it gets a grammar as input and gives you it's parse table in addition to the first, follow, and nullable sets as result.

How to Run

1. after downloading the whole project, open it with your ide.
2. write your desired grammar into the input.txt file.
3. go to the App.java file and run the main function.

Project Link

Contact Me

you can contact me through this email.