Skip to content
Snippets Groups Projects
Commit 5d18ae57 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

aconversions: Missing line from prev commits

parent 33129419
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ void StateElimination::deleteTransitions( void )
 
RegExp StateElimination::convert( void )
{
m_MR = ExtendedNFA( );
// steps 1 + 2
constructExtendedNFA( );
extendExtendedNFA( ); // yup, i am extending extended thing!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment