Skip to content

Program that will take in a context-free grammar and output the FIRST and FOLLOW sets of the non-terminals of the grammar.

Notifications You must be signed in to change notification settings

edalford11/First-FollowSetParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First-FollowSetParser

Program that will take in a context-free grammar and output the FIRST and FOLLOW sets of the non-terminals of the grammar. The grammar description will be read from a text file. The grammar specification has multiple sections separated by the # symbol. The grammar speciication is terminated with ##. If there are any symbols after the ##, they are ignored. All grammar symbols as well as the # symbol are space-separated.

About

Program that will take in a context-free grammar and output the FIRST and FOLLOW sets of the non-terminals of the grammar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published