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

aconversions: Resolve issue #20.

 - Make interfaces interfaces - remove member variables from them
 - Remove redundant interfaces
 - Remove redundant classes aka StateNonTerminalMap. This functionality can be achieved by simpler std::map
 - Ensure second call of convert() will not fail by creating everything on fly. Thompson is the only algorithm where output must be member variable to make things simple. C11 will hopefully resolve this.
 - Hexavigesimal for Brzozowski classes.
parent fde140ad
No related branches found
No related tags found
No related merge requests found
Showing
with 110 additions and 268 deletions
Loading
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