Skip to content
Snippets Groups Projects
  • Tomáš Pecka's avatar
    74a93874
    aconversions: Resolve issue #20. · 74a93874
    Tomáš Pecka authored
     - 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.
    74a93874
    History
    aconversions: Resolve issue #20.
    Tomáš Pecka authored
     - 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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.