Skip to content
Snippets Groups Projects
  1. Mar 19, 2021
  2. Mar 08, 2021
  3. Jan 30, 2021
  4. Jan 02, 2021
  5. Nov 28, 2020
    • Jan Trávníček's avatar
      algo: redesign NPDTA run · 6256b0a7
      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.
      6256b0a7
    • Jan Trávníček's avatar
      data: add DPDA to NPDA user conversion constructor · 039d0418
      Jan Trávníček authored
      Also add getTransition from state and transition to state to NPDA.
      039d0418
  6. Aug 16, 2020
  7. Apr 02, 2020
  8. Feb 06, 2020
  9. Dec 10, 2019
  10. Nov 13, 2019
  11. Jul 11, 2019
  12. Jun 03, 2019
  13. May 30, 2019
  14. May 29, 2019
  15. May 22, 2019
  16. May 20, 2019
  17. May 10, 2019
  18. Apr 16, 2019
  19. Apr 11, 2019
  20. Apr 10, 2019
  21. Apr 03, 2019
Loading