- Feb 07, 2022
-
-
Jan Trávníček authored
-
- Jan 10, 2022
-
-
-
Jan Trávníček authored
-
- Dec 03, 2021
-
-
Jan Trávníček authored
-
- Nov 26, 2021
-
-
- Nov 23, 2021
-
-
breaking change!
-
- Jul 17, 2021
-
-
Jan Trávníček authored
-
- Jul 03, 2021
-
-
Jan Trávníček authored
-
- Mar 25, 2021
-
-
Jan Trávníček authored
-
- 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 30, 2021
-
-
Jan Trávníček authored
-
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 28, 2020
-
-
Jan Trávníček authored
NPDA execution through BFS-like simulation. Only exposed via Accept algo.
-
Jan Trávníček authored
The ToAutomaton should be an aggregate/alias for the default algorithms.
-
- Nov 27, 2020
-
-
Jan Trávníček authored
The algorithm generated rules of the automaton with the top of the pushdown store symbol on the right, which is according to the algorithm, however, the representation of PDAs and every PDA processing algorithm assumes the top of the pushdown store is on the left.
-
- Nov 17, 2020
-
-
Jan Trávníček authored
The IsLanguageEmpty algorithm returned wrong result (the opposite boolean) because of wrong use of the set::count method. Also use set::contains to make the code clearer.
-
- Nov 13, 2019
-
-
- Jun 04, 2019
-
-
Jan Travnicek authored
-
- Jun 03, 2019
-
-
Jan Travnicek authored
-
Jan Travnicek authored
-
Jan Travnicek authored
-
Jan Trávníček authored
-
- Jun 02, 2019
-
-
- May 29, 2019
-
-
Tomáš Pecka authored
-
-
-
- May 20, 2019
-
-
Jan Travnicek authored
-
- Apr 25, 2019
-
-
Jan Trávníček authored
-
- Feb 07, 2019
-
-
Jan Trávníček authored
-
- Feb 06, 2019
-
-
Jan Trávníček authored
-
- Feb 05, 2019
-
-
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
-
- Feb 04, 2019
-
-
Jan Trávníček authored
-
- Jan 15, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jan 09, 2019
-
-
Jan Trávníček authored
-