Skip to content

ayusheshan/Compiler-Design-Lab-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conversion of regular expression to NFA will always produce a 8 X 8 matrix. 0 means no transition while E means Epsilon transition. Any other character is the input symbol required for respective transition. Please note that this code will only work on simple regular expressions like a, a*, a+, a.b, a|b, (a.b), (a.b)+, (a|b), (a|b)+

Left Factoring code will work only on one production at the time of execution. Also, the production must not have left recursion.

About

Codes to some of the programs I did by myself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages