- Feb 09, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
Closes #215
-
- Feb 07, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Feb 05, 2022
-
-
Tomáš Pecka authored
This new easy algorithm checks whether a regexp's language is an infinite language. Also adding an AQL test to compare with the same algorithm on finite automata.
-
Tomáš Pecka authored
Introduce a new algorithm, regexp::properties::LanguageIsEpsilon to check whether a language of a regexp is exactly equal to a language of epsilon regexp. This will be later useful in checking whether the language of a regexp is infinite.
-
- Feb 03, 2022
-
-
Tomáš Pecka authored
Similarly to previous commit, let's make this clear. We are soon going to add a new algorithm that will check if the language is equal to epsilon, so let's differentiate.
-
Tomáš Pecka authored
The name regexp::properties::RegExpEmpty is not that expressive. Let's make clear what is going on.
-
- Jan 26, 2022
-
-
- Jan 10, 2022
-
-
Jan Trávníček authored
-
- Dec 13, 2021
-
-
Jan Trávníček authored
-
- Dec 03, 2021
-
-
Jan Trávníček authored
-
- Nov 26, 2021
-
-
- Nov 23, 2021
-
-
breaking change!
-
- Nov 21, 2021
-
-
Tomáš Pecka authored
-
- Aug 14, 2021
-
-
- Jul 17, 2021
-
-
Jan Trávníček authored
-
- May 11, 2021
-
-
Jan Trávníček authored
-
- Mar 25, 2021
-
-
Jan Trávníček authored
In the context the order of iterators is that the returned value is always positive
-
- Mar 08, 2021
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
... because most developers were copy-pasting the preambule anyway and did not pay any attention to change it. Also, I think that git does better job in managing that.
-
Jan Trávníček authored
The case (b*+a)* was only optimized to (b+a)* by lemma V4.
-
- Jan 30, 2021
-
-
Although #pragma once is not a standard, compilers nowadays usually support it. We don't have any tricky build system so we should be OK. This also fixes many errors regarding using reserved identifiers (names starting with double underscore).
-
- Nov 14, 2020
-
-
Jan Trávníček authored
-
- Oct 30, 2020
-
-
Jan Trávníček authored
-
- Nov 13, 2019
-
-
- Nov 09, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Oct 08, 2019
-
-
- Jun 04, 2019
-
-
Jan Travnicek authored
-
- Jun 03, 2019
-
-
Jan Trávníček authored
-
- Jun 02, 2019
-
-
- May 29, 2019
-
-
Tomáš Pecka authored
-
Jan Trávníček authored
-
-
- May 13, 2019
-
-
Jan Trávníček authored
-
- Apr 23, 2019
-
-
Jan Travnicek authored
-
- Apr 16, 2019
-
-
- Apr 02, 2019
-
-
Jan Travnicek authored
-
- Mar 19, 2019
-
-
Jan Trávníček authored
-