Skip to content

Graphical User Interface Based JavaFX Program for computing Left Factoring. Left Factoring is a grammar transformation technique. It consists of "factoring out" prefixes that are common to two or more productions.

License

Notifications You must be signed in to change notification settings

UsamaSarwar/Left-Factoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Left Factoring

JavaFx GUI Application

Graphical User Interface Based JavaFX Program for computing Left Factoring. Left Factoring is a grammar transformation technique. It consists in "factoring out" prefixes which are common to two or more productions.

For example, going from:

A → α β | α γ

to:

A → α A'

A' → β | γ

About

Graphical User Interface Based JavaFX Program for computing Left Factoring. Left Factoring is a grammar transformation technique. It consists of "factoring out" prefixes that are common to two or more productions.

Topics

Resources

License

Stars

Watchers

Forks

Languages