- Mar 19, 2021
-
-
Jan Trávníček authored
getRank used to return a class that was supposed to be compatible with unsigned (and size_t) however now it is unsigned by itself
-
- 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.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- 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).
-
- Jan 02, 2021
-
-
Jan Trávníček authored
The epsilon transitions from the new initial state were labelled with empty, should be epsilon
-
- Nov 28, 2020
-
-
Jan Trávníček authored
I redesigned the algorithm to make it similar to NPDA run implementation, most importantly to handle cycles, also not even the very basic test that I introduced didn't pass. Additionaly, the graphStructuredStacks used to track the pushdown store and output were incorrectly parametrized with InputSymbolType instead of PushdownStoreSymbolType and OutputSymbolType.
-
Jan Trávníček authored
Also add getTransition from state and transition to state to NPDA.
-
- Aug 16, 2020
-
-
Jan Trávníček authored
-
- Apr 02, 2020
-
-
Jan Trávníček authored
-
- Feb 06, 2020
-
-
Jan Trávníček authored
-
- Dec 10, 2019
-
-
Jan Trávníček authored
-
- Nov 13, 2019
-
-
- Jul 11, 2019
-
-
Jan Trávníček authored
-
- Jun 03, 2019
-
-
Jan Travnicek authored
-
Jan Travnicek authored
-
- May 30, 2019
-
-
Jan Trávníček authored
-
- May 29, 2019
-
-
Tomáš Pecka 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
-
- May 22, 2019
-
-
Jan Trávníček authored
-
- May 20, 2019
-
-
Jan Travnicek authored
-
- May 10, 2019
-
-
Jan Trávníček authored
-
-
Jan Trávníček authored
-
- Apr 16, 2019
-
-
- Apr 11, 2019
-
-
Jan Trávníček authored
-
- Apr 10, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
-
- Apr 03, 2019
-
-
Jan Trávníček authored
-