algo: add implementation of NPDA run
NPDA execution through BFS-like simulation. Only exposed via Accept algo.
parent
ec662588
No related branches found
No related tags found
Showing
- alib2algo/src/automaton/run/Accept.cpp 7 additions, 0 deletionsalib2algo/src/automaton/run/Accept.cpp
- alib2algo/src/automaton/run/Accept.h 26 additions, 0 deletionsalib2algo/src/automaton/run/Accept.h
- alib2algo/src/automaton/run/Run.h 141 additions, 7 deletionsalib2algo/src/automaton/run/Run.h
- alib2algo/src/grammar/convert/ToAutomatonBottomUp.h 1 addition, 0 deletionsalib2algo/src/grammar/convert/ToAutomatonBottomUp.h
- alib2algo/test-src/automaton/run/PDARun.cpp 34 additions, 0 deletionsalib2algo/test-src/automaton/run/PDARun.cpp
Loading
Please register or sign in to comment