- Feb 07, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Feb 05, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
Closes #49
-
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
I want to be able to compare booleans in aql. However, when an overload for booleans is added, aql's `print compare::PrimitiveCompare 1 2` results in `true`, because the overload for booleans is selected. ALT selects one of the possible overloads (unsigned ints vs bools) which is not what we want. It should suffice to add another overload for ints and now ALT's behaviour should be OK.
-
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.
-
- Feb 01, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
and also make sure that the unique terminating symbol is unique among both subject and pattern
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jan 30, 2022
-
-
Filip Gregor authored
-
- Jan 29, 2022
-
-
Tomáš Pecka authored
-
- Jan 28, 2022
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Some time ago we moved docker image builds into external repository cd-release (together with packaging). Now that repository is useless because we built packages here, so let's do the same for docker images.
-
Tomáš Pecka authored
-
- Jan 27, 2022
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
For local builds it might be good to use rpaths so that the created executables are linked to the correct libs without modifying /etc/ld.so.conf for every build-dir.
-
-