UniversityOfSaskatchewanCMPT371/term-project-fall2019-team-1

KMPcomp does nothing

Closed this issue · 2 comments

Well going through the code for the state diagram, KMPcomp within LangaugeEngine.cs appears to always return 1, regardless of the actual algorithm in KMPcomp. I also have confirmed it is not passed by reference or within the passed in list.

Yeah the implementation using KMP isn’t complete, it returns 1 by default for now just for testing purposes.

Commit c837124 addresses this