imehar / regular-expression-to-NFA

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:C++ 100.0%