- May 01, 2014
-
-
Tomáš Pecka authored
- FA -> LRG: fix double addition of rules - Glushkov: use different state/nonterminal names. Names are generated via hexavigesimal with symbol id appended - Thompson: use different state names - Brzozowski: fix numbering - start at 0 so hexavigesimal starts properly at A - RRG -> FA: if createUnique is used, then use A' instead of A0 - tests: correct exit values to determine if process reached timeout or segfault
-
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 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 25, 2014
-
-
Tomáš Pecka authored
-
- Mar 14, 2014
-
-
Tomáš Pecka authored
-
- Feb 27, 2014
-
-
Tomáš Pecka authored
-
- Feb 25, 2014
-
-
Tomáš Pecka authored
-
- Feb 24, 2014
-
-
Tomáš Pecka authored
-
- Feb 23, 2014
-
-
Tomáš Pecka authored
-
- Feb 22, 2014
-
-
Tomáš Pecka authored
- new dlls: - libaderivation - derivations of RE (+ integrals soon(c) ) - libaregexptree - algorithms on regexp tree (optimizations, special traversal) - aderivation library moved outside conversion directory - Deleted regexputils. Methods moved directly into alib or libaregexptree - Reflect mentioned changes in conversion algorithms - Change to makefile (compile alib first, then libs, then binaries)
-
Tomáš Pecka authored
-
- Feb 16, 2014
-
-
Tomáš Pecka authored
-
- Feb 05, 2014
-
-
Tomáš Pecka authored
-
- Jan 16, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-