Skip to content

computer assignment of compiler course, winter 1399.

Notifications You must be signed in to change notification settings

ghazalkalhori/LL1_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

computer assignment of compiler course, winter 1399.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages