Skip to content

imehar/regular-expression-to-NFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Regular expression to NFA in cpp

This is a cpp program to convert a given regular expression to NFA (Non finite Automata)

The final output of the program is the transition table, which gives the state change on input.

About

A program to convert the given regular expression to Non Definite Automata (NFA)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages