Skip to content

hosein-srj/first-follow-grammar-compiler-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-follow-grammer-compiler-design

in test.txt file write your grammar (In the same format) and run the code

Grammar:
S -> Aab
S -> AA
A -> e
A -> b
A -> c

image

Releases

No releases published

Packages

No packages published

Languages