Skip to content
Snippets Groups Projects
  1. Apr 25, 2014
  2. Apr 24, 2014
  3. Apr 22, 2014
  4. Apr 21, 2014
  5. 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: test script fiddling · aa8b762d
      Tomáš Pecka authored
      aa8b762d
    • 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
  6. Apr 17, 2014
  7. Apr 16, 2014
  8. Apr 15, 2014
  9. Apr 14, 2014
  10. Apr 10, 2014
  11. 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
    • Tomáš Pecka's avatar
      aconversions: fix tests · 2184b7c7
      Tomáš Pecka authored
      2184b7c7
  12. Apr 06, 2014
  13. Apr 03, 2014
  14. Apr 02, 2014
  15. Mar 31, 2014
Loading