Skip to content
Snippets Groups Projects
  1. May 12, 2014
  2. May 11, 2014
  3. May 05, 2014
  4. May 01, 2014
  5. Apr 30, 2014
  6. Apr 25, 2014
  7. Apr 21, 2014
  8. Apr 19, 2014
    • Tomáš Pecka's avatar
      aconversion: Interfaces change · 33129419
      Tomáš Pecka authored
      Replace Abstract<whatever> classes with proper* interfaces.
      
      (*) C++ does not have proper interfaces ;)
      33129419
    • Tomáš Pecka's avatar
      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
  9. Apr 17, 2014
  10. Apr 15, 2014
  11. Apr 14, 2014
  12. Apr 07, 2014
    • Tomáš Pecka's avatar
      libaregexptree: Remove RegExpAlphabet · 53bc81ed
      Tomáš Pecka authored
       - Removal of libaregexptree/RegExpAlphabet
       - Method getting regexp alphabet moved to alib/RegExp, alib/RegExpElement
       - Method getting get symbols list in order moved to aconversion/GlushkovTraversal as Glushkov algorithm is the only one using it
       - Reflect changes throughout project
      53bc81ed
  13. Mar 31, 2014
  14. Mar 30, 2014
  15. Mar 29, 2014
  16. Mar 25, 2014
  17. Mar 23, 2014
  18. Mar 18, 2014
  19. Mar 16, 2014
  20. Mar 15, 2014
  21. Mar 14, 2014
  22. Mar 13, 2014
Loading