Skip to content
Snippets Groups Projects
  1. Mar 08, 2021
  2. Jan 30, 2021
  3. Jan 02, 2021
  4. 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
  5. Aug 16, 2020
  6. Apr 02, 2020
  7. Feb 06, 2020
  8. Dec 10, 2019
  9. Nov 13, 2019
  10. Jul 11, 2019
  11. Jun 03, 2019
  12. May 30, 2019
  13. May 29, 2019
  14. May 22, 2019
  15. May 20, 2019
  16. May 10, 2019
  17. Apr 16, 2019
  18. Apr 11, 2019
  19. Apr 10, 2019
  20. Apr 03, 2019
  21. Apr 02, 2019
Loading