ezorita / seeq

DNA/RNA pattern matching algorithm
GNU General Public License v3.0
21 stars 5 forks source link

Line number in multiple pattern matching #5

Closed ezorita closed 10 years ago

ezorita commented 10 years ago

Line numbers are incorrect since only the file offset is passed to the children. Extend the shared stack to hold structs including the current line as well.