Skip to content
Snippets Groups Projects
  1. Dec 18, 2020
  2. Nov 29, 2020
  3. Nov 28, 2020
  4. Nov 27, 2020
    • Jan Trávníček's avatar
      algo: fix bottom up grammar to automaton conversion · 264f9a28
      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.
      264f9a28
  5. Nov 17, 2020
  6. Nov 15, 2020
  7. Nov 14, 2020
  8. Nov 09, 2020
  9. Oct 30, 2020
  10. Oct 25, 2020
  11. Oct 16, 2020
  12. Oct 15, 2020
  13. Oct 10, 2020
    • Tomáš Pecka's avatar
      cmake: Fix determining git version · 280be9da
      Tomáš Pecka authored and Tomáš Pecka's avatar Tomáš Pecka committed
      Fixes a bug where wrong CMake variable was checked. Instead of checking
      for existence of variable VERSION_STRING the code checked for existence
      of variable "value_of(VERSION_STRING)".
      280be9da
  14. Oct 08, 2020
  15. Oct 06, 2020
  16. Aug 17, 2020
Loading