Skip to content
Snippets Groups Projects
  1. May 28, 2021
  2. May 11, 2021
  3. Apr 03, 2021
  4. Apr 02, 2021
  5. Apr 01, 2021
  6. Mar 25, 2021
  7. Mar 19, 2021
  8. Mar 12, 2021
  9. Mar 08, 2021
  10. Jan 30, 2021
  11. Jan 02, 2021
  12. 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
  13. Aug 17, 2020
Loading