- Apr 21, 2014
-
-
Tomáš Pecka authored
-
- Apr 19, 2014
-
-
Tomáš Pecka authored
Replace Abstract<whatever> classes with proper* interfaces. (*) C++ does not have proper interfaces ;)
-
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.
-
- Apr 17, 2014
-
-
Tomáš Pecka authored
-
- Apr 15, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
- rewrite follow function according to http://www.sciencedirect.com/science/article/pii/S030439759700296X, which makes a bit clearer what is going on inside - rename some foos and update doxygen
-
- Apr 14, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Apr 07, 2014
-
-
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
-
- Mar 31, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
-
- Mar 30, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
- RE to FA: comments - RE to RRG: fix generating epsilon rules and workaround for issue #22
-
Tomáš Pecka authored
-
- Mar 29, 2014
-
-
Tomáš Pecka authored
-
- Mar 25, 2014
-
-
Tomáš Pecka authored
-
- Mar 23, 2014
-
-
Tomáš Pecka authored
-
- Mar 18, 2014
-
-
Tomáš Pecka authored
Copy whole source object into class, we have no control over its lifetime.
-
Tomáš Pecka authored
-
- Mar 16, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Mar 15, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Mar 14, 2014
-
-
Tomáš Pecka authored
-
- Mar 13, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Mar 09, 2014
-
-
Tomáš Pecka authored
-
- Mar 08, 2014
-
-
Tomáš Pecka authored
-
- Mar 06, 2014
-
-
Tomáš Pecka authored
-
- Mar 04, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-