Skip to content

this is a Java code that gets SLR grammar, parse it and test user written input to be sure that it is correct based on grammar or not.

Notifications You must be signed in to change notification settings

mjbigdel/SLR-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SLR-Parser

write the SLR (1) parser with JAVA programming Language, The program gets the SLR (1) grammar as input, then parse it based on SLR grammar and evaluate inputs based on the grammar. this program has GUI with JAVA swings and we can see different information like parse tree and ....

About

this is a Java code that gets SLR grammar, parse it and test user written input to be sure that it is correct based on grammar or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages