Skip to content
Snippets Groups Projects
  1. Mar 19, 2021
  2. Mar 12, 2021
  3. Mar 08, 2021
  4. Jan 31, 2021
  5. Jan 30, 2021
  6. Jan 15, 2021
  7. Dec 18, 2020
  8. Nov 29, 2020
  9. Nov 28, 2020
  10. 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
  11. Nov 17, 2020
  12. Nov 14, 2020
  13. Oct 30, 2020
  14. Oct 25, 2020
  15. Oct 16, 2020
  16. Oct 15, 2020
  17. Aug 17, 2020
  18. Aug 06, 2020
  19. Aug 03, 2020
    • Tomáš Pecka's avatar
      cmake: Redesign CMakeLists.txt: Remove generators · c107bf77
      Tomáš Pecka authored
      Remove CMakeLists.txt generator scripts from build phase. Replaced with
      CMake's GLOB that can re-run every time the build is invoked. We can
      also drop the Python dependency now.
      
      Removed header installs which will be redesigned in future commits.
      c107bf77
  20. Aug 02, 2020
Loading