- 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 30, 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.
-
- Mar 31, 2014
-
-
Tomáš Pecka authored
-
- Mar 29, 2014
-
-
Tomáš Pecka authored
-
- Mar 25, 2014
-
-
Tomáš Pecka authored
-
- Mar 18, 2014
-
-
Tomáš Pecka authored
Copy whole source object into class, we have no control over its lifetime.
-
- Mar 15, 2014
-
-
Tomáš Pecka authored
-
- Mar 04, 2014
-
-
Tomáš Pecka authored
-
- Mar 03, 2014
-
-
Tomáš Pecka authored
-
- Feb 27, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Feb 24, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Feb 23, 2014
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-